sun.tools.javac is deprecated

The current implementation uses sun.tools.javac to compile jhtml.  This class is unsupported, deprecated and absent from JRE.  The supported way is described. [1]  The offending code should be fixed.

[1] <URL:http://download-llnw.oracle.com/javase/6/docs/api/javax/tools/JavaCompiler.html>

Received on Monday, 18 October 2010 06:24:45 UTC