sun.tools.javac.Main deprecated in 1.4
843810May 20 2003 — edited May 27 2003I 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