Compiler.compileClasses
Class Overview | Class Members |
This Package |
All Packages
public static native boolean compileClasses( String string )
Parameters
- string
- the name of the classes to compile.
Returns
true if the compilation succeeded;
false if the compilation failed or no compiler
is available.
Description
Compiles all classes whose name matches the specified string.