JP.ac.tsukuba.openjava
Class SunLibCompiler

java.lang.Object
  |
  +--JP.ac.tsukuba.openjava.SunLibCompiler
All Implemented Interfaces:
JavaCompiler

public class SunLibCompiler
extends java.lang.Object
implements JavaCompiler

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.

Since:
jdk1.2

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

SunLibCompiler

public SunLibCompiler()
Method Detail

main

public static void main(java.lang.String[] args)

compile

public void compile(java.lang.String[] args)
Specified by:
compile in interface JavaCompiler