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