简体   繁体   中英

Upgrade from 32bit JDK to 64bit JDK

I have a question on upgrading the java applications from 32-Bit JDK to 64-Bit 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 ?

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.

See https://stackoverflow.com/a/9411435/153424 for more information

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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