将 java 应用程序降级至 32 位
当我在 Solaris 计算机上运行 Java 应用程序时,我遇到了共享库问题,因为它是 32 位格式。如何使我的应用程序以 32 位格式运行,以便与共享库保持一致?顺便说一下,我在 Windows 中编译了我的应用程序,我相信它与字节码无关。
When I run my Java application on a Solaris machine, I'm having issues with a shared library since it is in 32-bit format. How do I make my application run as in 32-bit format so it would be consistent with the shared library? I compile my application in Windows by the way, and I believe it has nothing to do with the bytecodes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许“-d32”标志可以提供帮助?
http://download.oracle.com/javase/1.5 .0/docs/tooldocs/solaris/java.html
Perhaps the "-d32" flag can help?
http://download.oracle.com/javase/1.5.0/docs/tooldocs/solaris/java.html