The java.lang.Compiler class provides a way to access an embedded Java compiler, which is loaded at startup if the java.compiler system property is defined.
The value of the property should be the name of a dynamically linked library implementing the compiler.
There is no predefined compiler; you must provide one.
No comments:
Post a Comment