|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JP.ac.tsukuba.openjava.SunLibCompiler
The class SunLibCompiler
is an adapter for the compiler
which invokes Sun's library javac.
The class path must includes lib/tools.jar in the jdk package.
Constructor Summary | |
SunLibCompiler()
|
Method Summary | |
void |
compile(java.lang.String[] args)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SunLibCompiler()
Method Detail |
public static void main(java.lang.String[] args)
public void compile(java.lang.String[] args)
compile
in interface JavaCompiler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |