Are there known issues with running a Java application compiled in a 32-bit machine and run on a 64-bit machine?
Are there known issues with running a Java application compiled in a 32-bit machine
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The byte code generated by a 32-bit JDK is identical to the byte code generated by a 64-bit JDK. If you have a problem which only occurs on a 64-bit JVM, is because there is a bug in the JVM and using a 64-bit JDK wouldn’t make any difference.