org.jostraca.process
Class JavaUtil
java.lang.Object
org.jostraca.process.JavaUtil
- public class JavaUtil
- extends java.lang.Object
Utilities to handle Java specific compilation and execution.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILE_EXT_dotClass
public static final java.lang.String FILE_EXT_dotClass
- See Also:
- Constant Field Values
ARG_classpath
public static final java.lang.String ARG_classpath
- See Also:
- Constant Field Values
ARG_cp
public static final java.lang.String ARG_cp
- See Also:
- Constant Field Values
COMPILER_javac
public static final java.lang.String COMPILER_javac
- See Also:
- Constant Field Values
COMPILER_jikes
public static final java.lang.String COMPILER_jikes
- See Also:
- Constant Field Values
PROPERTY_javaclasspath
public static final java.lang.String PROPERTY_javaclasspath
- See Also:
- Constant Field Values
PROPERTY_osname
public static final java.lang.String PROPERTY_osname
- See Also:
- Constant Field Values
JavaUtil
public JavaUtil()
hasClassPathArg
public static boolean hasClassPathArg(java.lang.String pCmdOptions)
makeClassPath
public static java.lang.String makeClassPath(PropertySet pPropertySet)
Copyright © 2000-2002 Richard Rodger