ColdFusion editor can't be initialized?
I installed "coldfusionbuilder_b1_install_win_071309.exe" but failed in opening .CFM file using ColdFusion Editor. Error message is:
Could not open the editor: The editor class could not be instantiated. This usually indicates a missing no-arg constructor or that the editor's class name was mistyped in plugin.xml.
java.lang.NoClassDefFoundError: com.sun.org.apache.xalan.internal.xsltc.runtime.Hashtable
at com.adobe.ide.editor.cfml.CFMLSourceEditor.<clinit>(CFMLSourceEditor.java:103)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)
at com.adobe.ide.editor.cfml.CFMLEditor.createSourceEditor(CFMLEditor.java:162)
at com.aptana.ide.editor.html.HTMLEditor.<init>(HTMLEditor.java:199)
at com.adobe.ide.editor.cfml.CFMLEditor.<init>(CFMLEditor.java:119)
at java.lang.Class.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Class.java:1300)
....
How to solve it?
-Mike