|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccs.utils.LoaderLocator
public class LoaderLocator
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.
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 |
---|
public LoaderLocator()
Method Detail |
---|
public static java.lang.String locate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |