Results 1 to 3 of 3
- 03-20-2008, 07:28 AM #1
Member
- Join Date
- Feb 2008
- Posts
- 12
- Rep Power
- 0
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
- 03-21-2008, 05:03 AM #2
try java -jar <jar file> .. must be the problem with double click in your system ..
dont worry newbie, we got you covered.
- 03-21-2008, 08:10 AM #3
Member
- Join Date
- Feb 2008
- Posts
- 12
- Rep Power
- 0
Similar Threads
-
count character in text file as input file
By aNNuur in forum New To JavaReplies: 7Last Post: 03-25-2010, 04:01 PM -
File fp = new File(filePath);fp.exists() does not yeild proper result
By ganeshp in forum Advanced JavaReplies: 2Last Post: 04-07-2009, 06:25 AM -
How to read a text file from a Java Archive File
By Java Tip in forum Java TipReplies: 0Last Post: 02-08-2008, 09:13 AM -
Converting text file(.txt) to JPG file(.jpg) in java
By javadeveloper in forum Advanced JavaReplies: 0Last Post: 11-09-2007, 04:22 PM -
Regarding conversion of Image file to Video file
By RamaDeviMsc in forum Advanced JavaReplies: 0Last Post: 06-25-2007, 02:28 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks