Skip to main content
September 25, 2009
Question

ColdFusion editor can't be initialized?

  • September 25, 2009
  • 1 reply
  • 959 views

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

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    September 26, 2009

    I don't know the cause. However, I have two suggestions from previous experience. First, check whether Coldfusion Builder supports your operating system. Second, do a re-installation. But, before that, make sure you delete every trace of the previous installation, including the installation directories.

    September 29, 2009

    My operating system is Windows XP, cf builder supports it.

    I re-install cf buidler, including standard along application, eclipse plugin.

    I tried diferent JDK version, including 1.4, 1,5, 1.6.

    But CF editor still can't be used.

    Help, Help!!