Example usage for org.eclipse.jdt.internal.compiler.util Util getJavaHome

List of usage examples for org.eclipse.jdt.internal.compiler.util Util getJavaHome

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.util Util getJavaHome.

Prototype

public static File getJavaHome() 

Source Link

Usage

From source file:io.takari.maven.plugins.compile.jdt.classpath.JavaInstallation.java

License:Open Source License

public static JavaInstallation getDefault() {
    return new JavaInstallation(Util.getJavaHome());
}