Class ResolveJavaExecutableHandler
java.lang.Object
com.microsoft.java.debug.plugin.internal.ResolveJavaExecutableHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringresolveJavaExecutable(List<Object> arguments) Resolve the java executable path from the project's java runtime.static StringresolveJavaExecutable(org.eclipse.jdt.core.IJavaProject javaProject) Resolve the Java executable path from the project's Java runtime.
-
Constructor Details
-
ResolveJavaExecutableHandler
public ResolveJavaExecutableHandler()
-
-
Method Details
-
resolveJavaExecutable
Resolve the java executable path from the project's java runtime.- Throws:
Exception
-
resolveJavaExecutable
public static String resolveJavaExecutable(org.eclipse.jdt.core.IJavaProject javaProject) throws org.eclipse.core.runtime.CoreException Resolve the Java executable path from the project's Java runtime.- Throws:
org.eclipse.core.runtime.CoreException
-