|
|
I'm trying to call a web service from CF8, running on Mac OS X 10.4.10 (with
all updates).
I'm getting this error on the cfinvoke line:
coldfusion.jsp.JavaCompiler$UnknownCompiler: Unable to run the internal Java
compiler: java.lang.NoClassDefFoundError: javax/tools/StandardJavaFileManager.
This is using Java 5 that comes as part of OS X (again with all updates).
Browsing to the WSDL for the CFC in question returns the expected wsdl.
javax.tools.StandardJavaFileManager appears to be part of Java 6, not Java 5.
I tried installing the Java 6 pre-release for Tiger from last fall, doesn't
seem to make a difference.
Mark
|
|