Class ResolveJavaExecutableHandler

java.lang.Object
com.microsoft.java.debug.plugin.internal.ResolveJavaExecutableHandler

public class ResolveJavaExecutableHandler extends Object
  • Constructor Details

    • ResolveJavaExecutableHandler

      public ResolveJavaExecutableHandler()
  • Method Details

    • resolveJavaExecutable

      public static String resolveJavaExecutable(List<Object> arguments) throws Exception
      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