Apache CXF API

org.apache.cxf.common.commands
Class JavaHelper

java.lang.Object
  extended by org.apache.cxf.common.commands.JavaHelper

public final class JavaHelper
extends Object


Method Summary
static String getJavaCommand()
          Get the command to launch a JVM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJavaCommand

public static String getJavaCommand()
Get the command to launch a JVM. Find the java command relative to the java.home property rather than what is on the path. It is possible that the java version being used it not on the path


Apache CXF API

Apache CXF