No, javax.tools is still missing from the Appengine JRE class whitelist .
The options you have:
Compile elsewhere and then transfer and upload .class files to appengine.
Try using one of the embedded Java compilers: Janino , JDT .
If you can live without Java, you can try using BeanShell for Appengine .
source share