Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sun.tools.javac.Main deprecated in 1.4

843810May 20 2003 — edited May 27 2003
I have a program which reads in a template from a file, converts it to Java source code and uses the sun.tools.javac.Main class to compile the source code. The code is similar to the way JSP works.

With Java 1.4 I get a warning message saying:

Note: sun.tools.javac.Main has been deprecated.

Does anyone know what class replaces sun.tools.javac.Main in 1.4 ?

Thanks
Chris

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 24 2003
Added on May 20 2003
2 comments
311 views