ccs.utils
Class LoaderLocator

java.lang.Object
  extended by ccs.utils.LoaderLocator

public class LoaderLocator
extends java.lang.Object

Determine the path to the best choice of java VM loader program. On windows, this is javaw.exe - the console mechanism does not work properly when called from Runtime.exec, so you use javaw's consoleless operation and employ a ProcessMonitor to pipe its output through to your own console. On other platforms you don't get a choice.

Since:
4.0.20

Constructor Summary
LoaderLocator()
           
 
Method Summary
static java.lang.String locate()
          Locate the VM loader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoaderLocator

public LoaderLocator()
Method Detail

locate

public static java.lang.String locate()
Locate the VM loader.

Returns:
the complete path to the VM loader.