CoreJava Important Tricks | Tips | Java Linux IDE | Technology Updates | Download Free CoreJava Examples | Video Tuorials | Concepts of Classes

Monday, January 19, 2009

Compiler Class

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

Followers