All Packages Class Hierarchy This Package Previous Next Index
Class sun.beanbox.ClassCompiler
java.lang.Object
|
+----sun.beanbox.ClassCompiler
- public class ClassCompiler
- extends Object
A class that generates .class files
It currently uses the sun.tools.javac.* classes
-
ClassCompiler()
-
-
compile(String, String)
- Run the javac compiler inside the current address space.
ClassCompiler
public ClassCompiler()
compile
public static boolean compile(String fileName,
String classpath)
- Run the javac compiler inside the current address space.
All Packages Class Hierarchy This Package Previous Next Index