Skip to main content
Inspiring
July 6, 2010
Question

Can not install Coldfusion Builder

  • July 6, 2010
  • 1 reply
  • 891 views

I've been trying to install Coldfusion Builder Trial for a few hours now

and have not been able to get past a Java error.

I am running as Administrator, have the latest version of the JVM.   Right after the extracting I get

This Application has Unexpectedly Quit

Invovcation of this Java Application has caused an Invocation TargetException.

Details:

java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(ImageIcon.java:190)
at javax.swing.ImageIcon.<init>(ImageIcon.java:176)
at sun.swing.WindowsPlacesBar.<init>(WindowsPlacesBar.java:82)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFolder(WindowsFileChooserUI.java:505)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents(WindowsFileChooserUI.java:196)
at javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserUI.java:136)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(WindowsFileChooserUI.java:129)
at javax.swing.JComponent.setUI(JComponent.java:662)
at javax.swing.JFileChooser.updateUI(JFileChooser.java:1763)
at javax.swing.JFileChooser.setup(JFileChooser.java:360)
at javax.swing.JFileChooser.<init>(JFileChooser.java:342)
at javax.swing.JFileChooser.<init>(JFileChooser.java:301)
at com.adobe.ia.panel.EclipseFolderChooserPanel.<init>(EclipseFolderChooserPanel.java:48)
at com.adobe.ia.panel.BoltFolderChooserPanel.<init>(BoltFolderChooserPanel.java:22)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at com.zerog.ia.installer.actions.InstallPanelAction.g(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.e(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.i(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
at com.zerog.ia.installer.Main.main(DashoA10*..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)

Not much on the web about this error. Is it unique to my attempt at installing?

This topic has been closed for replies.

1 reply

Participating Frequently
July 7, 2010

There is a bug with java...(For more details please refer to the bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4711700).

When one changes the system icons to icons from another source (not system icons) and then for some reason uninstalled a application containing those source icons then the system icons now have pointers to none-existent icons. Then java JFileChooser will throw a NullPointerException.

By any chance is this the case with you?

Meanwhile, can you please let us know the version of windows and the Java.

Thanks,

Krishna