net.rmi.rmiSynth
Class ClassCompiler

java.lang.Object
  extended by net.rmi.rmiSynth.ClassCompiler

public class ClassCompiler
extends java.lang.Object

A class that generates .class files

It currently uses the sun.tools.javac.* classes


Constructor Summary
ClassCompiler()
           
 
Method Summary
static boolean compile(java.lang.String fileName, java.lang.String classpath)
          Invoke the javac compiler.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassCompiler

public ClassCompiler()
Method Detail

compile

public static boolean compile(java.lang.String fileName,
                              java.lang.String classpath)
Invoke the javac compiler.