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")); > } > }
