ColdFusion Java Method Not Found Exception
问题 This problem has been driving me mad. I'm trying to use Java in ColdFusion to create a Document object. When I do this: nd = createObject("java","javax.xml.parsers.DocumentBuilder"); I can dump nd and see that it correctly loaded all the methods: object of javax.xml.parsers.DocumentBuilder Class Name javax.xml.parsers.DocumentBuilder Method / Return Type getDOMImplementation() / org.w3c.dom.DOMImplementation getSchema() / javax.xml.validation.Schema isNamespaceAware() / boolean isValidating()