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


Constructor Index

 o ClassCompiler()

Method Index

 o compile(String, String)
Run the javac compiler inside the current address space.

Constructors

 o ClassCompiler
 public ClassCompiler()

Methods

 o 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