Close
jGuru Forums
Posted By: Matt_Richards Posted On: Thursday, March 29, 2001 06:49 AM
I realise this is probably a stupid question, but is there a way to find out what version of JDK is installed (on Solaris? Thanks
Re: JDK Version
Posted By: Michael_Wax Posted On: Thursday, April 19, 2001 09:52 PM
Properties properties = System.getProperties();System.out.println(properties.get("java.vm.info"));...