public class JavaInstallation extends Object
| Constructor and Description |
|---|
JavaInstallation(File javaHome) |
| Modifier and Type | Method and Description |
|---|---|
List<File> |
getClasspath()
Returns default classpath associated with this java installation.
|
static JavaInstallation |
getDefault() |
protected boolean |
isAppleJDK() |
public JavaInstallation(File javaHome)
public List<File> getClasspath() throws IOException
IOExceptionprotected boolean isAppleJDK()
public static JavaInstallation getDefault()
Copyright © 2015. All rights reserved.