public static interface JVMSelector.JVMLocation
The interface providing information about a JVM.
| Method Summary | |
|---|---|
java.io.File |
getJavaHome()
Returns the base directory of a Java installation. |
java.lang.String |
getVersion()
Returns the version of the JVM. |
boolean |
isJDK()
Returns whether this a JDK installation. |
| Method Detail |
|---|
java.io.File getJavaHome()
java.lang.String getVersion()
boolean isJDK()