http://stackoverflow.com/questions/2062020/how-can-i-tell-if-im-running-in-64-bit-jvm-or-32-bit-jvm
claims sun.arch.data.model should work, and both are 32bit.
Tom
||
|
|
On 20/02/2013 15:05, Timothy Jones wrote:
I don't know what to tell you, other than maybe change the program to output
ALL of the System.getProperties(), and go on a fishing expedition. Surely
something will be an indicator!
-----Original Message-----
From: Tom Chiverton [mailto:[email protected]]
Sent: Wednesday, February 20, 2013 9:35 AM
To: [email protected]
Subject: Re: Is flex2.compiler.swc.SwcGroup part of Apache Flex or Flash
Builder ?
My 1.6 and 1.7 both say just 'Java HostSpot(TM) Client VM'.
Tom
On 20/02/2013 14:23, Timothy Jones wrote:
public class version {
public static void main(String args[]) {
System.out.println(System.getProperty("java.vm.name"));
}
}
______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________