Hi Sam, > > I'm having trouble implementing 64-bit mode on my Windows 7 machine---can't > get the batch file (at end of message) to execute. >
You should send the exact error message that you are getting. Also send the output of 'java -version' command. > Two questions: the 1st concerns setting environmental variables, and second > regards insert command line expressions for path and classpath to override > environmental variables. > > > How I set the path to the java command for the 64-bit JVM? My location is > typical: C:\Program Files\Java\jdk1.6.0_23\bin Did you try this? set JAVA_COMMAND=C:\Program Files\Java\jdk1.6.0_23\bin\java > > My Java user variable is: Java Its value is: C:\Program > Files\Java\jdk1.6.0_23\bin The CLASSPATH is: .;C:\ProgramFiles > (x86)\Java\jre6\lib\ext\QTJava.zip;C:\Program Files\Java\jdk1.6.0_23\lib > > Is this the problem? Combining a 32-bit CLASSPATH with one for the 64-bit > version? Can't I override it with a command line command in the batch file? I think you don't need to modify the CLASSPATH. > > ps do I need "set USE_64_BIT=-d64" ? > I think this option is not required (in fact it doesn't work) on Windows. Tomas =============================================== Tomas Pluskal G0 Cell Unit, Okinawa Institute of Science and Technology 1919-1 Tancha, Onna-son, Okinawa 904-0412, Japan TEL: +81-98-966-8684 ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Mzmine-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mzmine-devel
