ColdFusion 8 web services errors on Mac OS X Leopard


ColdFusion 8 web services errors on Mac OS X Leopard

Posted by Luis Majano
Dec 02, 2007 00:00:00 UTC
I have experienced certain error on coldfusion 8, when trying to instantiate a webservice:

ws = createObject("webservice","http://localhost/test.cfc?wsdl");

The error that I receive is the following:

coldfusion.jsp.JavaCompiler$UnknownCompiler: Unable to run the internal Java compiler: java.lang.NoClassDefFoundError: javax/tools/StandardJavaFileManager.


Lola

I remember reading a couple weeks ago, on Ars Technica, I think that a developer ported Java 6 for Leopard on his own.