简体   繁体   English

将 java 应用程序降级为 32 位

[英]Downgrade java application to 32-bit

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.当我在 Solaris 机器上运行我的 Java 应用程序时,我遇到了共享库的问题,因为它是 32 位格式的。 How do I make my application run as in 32-bit format so it would be consistent with the shared library?如何让我的应用程序以 32 位格式运行,以便与共享库保持一致? I compile my application in Windows by the way, and I believe it has nothing to do with the bytecodes.顺便说一下,我在 Windows 中编译了我的应用程序,我相信它与字节码无关。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM