You can use:
System.getProperty("java.home")
http://download.oracle.com/javase/6/docs/api/java/lang/System.html#getProperties%28%29 says:
java.home: Java installation directory
You can use:
System.getProperty("java.home")
http://download.oracle.com/javase/6/docs/api/java/lang/System.html#getProperties%28%29 says:
java.home: Java installation directory