Version: 1.1.1

org.inb.util
Class CompilerProvider

java.lang.Object
  extended by org.inb.util.CompilerProvider

public final class CompilerProvider
extends Object

Applets works with a Java Runtime and thus have no Java compiler accessible. To fix this an external Java Compiler must provided along with an applet. This helper class gets such a compiler either through a standard API or directly creating an object.

Author:
Dmitry Repchevsky

Method Summary
static JavaCompiler getJavaCompiler()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getJavaCompiler

public static JavaCompiler getJavaCompiler()

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010