Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ColdFusion editor can't be initialized?

Guest
Sep 25, 2009 Sep 25, 2009

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

929
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 26, 2009 Sep 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 28, 2009 Sep 28, 2009
LATEST

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!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources