简体   繁体   English

从32位JDK升级到64位JDK

[英]Upgrade from 32bit JDK to 64bit JDK

I have a question on upgrading the java applications from 32-Bit JDK to 64-Bit JDK. 我有一个关于将Java应用程序从32位JDK升级到64位JDK的问题。 Is it compatiable to be upgraded like this ? 像这样进行升级兼容吗?

Could a simple full compilation in 64-Bit JDK using the old java code (.java) achieve it ? 使用旧的Java代码(.java)在64位JDK中进行简单的完整编译能否实现?

Awaiting your comments on this. 等待您对此发表评论。

Thanks 谢谢

As long as you are not using JNI or native code, you should be able to compile your java code with the 64-bit SDK without problems. 只要您不使用JNI或本机代码,就应该能够使用64位SDK编译Java代码而不会出现问题。

See https://stackoverflow.com/a/9411435/153424 for more information 有关更多信息,请参见https://stackoverflow.com/a/9411435/153424

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

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