com.sun.tools.javac
Class Launcher

java.lang.Object
  extended by com.sun.tools.javac.Launcher

 class Launcher
extends java.lang.Object

Unsupported entry point for starting javac from an IDE.

Note: this class is not available in the JDK. It is not compiled by default and will not be in tools.jar. It is designed to be useful when editing the compiler sources in an IDE (as part of a project). Simply ensure that this class is added to the project and make it the main class of the project.

This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

Since:
1.6

Constructor Summary
Launcher()
           
 
Method Summary
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

Launcher

Launcher()
Method Detail

main

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