|
Different exe jar file for 32 bit and 64 bit JRE.
I have created execute jar file using JDK 32 bit. Now if I run this exe using 64 bit JRE with a double click, it doesn't work. While it works from command prompt. Do I need to create a different executable jar file to run with 64 bit JRE. Is there any different java compiler to support 64 bit JRE?
Thanks
|