For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 3 voices, and was last updated 20 years, 5 months ago by
sraman.
-
AuthorPosts
-
sramanMemberHi,
I’m trying to install MyEclipse. I have my JDK/J2EE SDKs and Eclipse installed and functioning fine on my workstation (Win XP). When I attempt to install MyEclipse (411) (EnterpriseWorkbenchInstaller_4.1.1GA_E3.1.exe), it starts the install anywhere but right at the beginning it fails throwing the following message:
( I tried downloading the file again, and also installing the previous minor version – “EnterpriseWorkbenchInstaller_4.1GA_E3.1.exe”, but the same problem happens).
The application has unexpectedly quit.
Invocation of this java application has caused an InvocationTargetException. This application will now exit. (LAX)Details:
java.lang.NullPointerException
at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:117)
at javax.swing.UIDefaults.getUI(UIDefaults.java:721)
at javax.swing.UIManager.getUI(UIManager.java:860)
at javax.swing.JPanel.updateUI(JPanel.java:104)
at javax.swing.JPanel.<init>(JPanel.java:64)
at javax.swing.JPanel.<init>(JPanel.java:87)
at javax.swing.JPanel.<init>(JPanel.java:95)
at javax.swing.JRootPane.createGlassPane(JRootPane.java:482)
at javax.swing.JRootPane.<init>(JRootPane.java:313)
at javax.swing.JFrame.createRootPane(JFrame.java:247)
at javax.swing.JFrame.frameInit(JFrame.java:228)
at javax.swing.JFrame.<init>(JFrame.java:151)
at com.zerog.ia.installer.Main.d(DashoA8113)
at com.zerog.ia.installer.Main.a(DashoA8113)
at com.zerog.ia.installer.Main.main(DashoA8113)
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:585)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)Any suggestions?
Thanks
SriMarch 7, 2006 at 8:20 pm #247965
Haris PecoMemberSri,
Your download is wrong (probably).Check size 152,474,364 bytes (for 4.1.1) or check md5 checksum with md5 utility from http://www.fastsum.com/
Best
March 7, 2006 at 8:30 pm #247970
Scott AndersonParticipantAnother possibility is that the installer is selecting an incompatible JRE to
run with, often due to an old Oracle 1.2 JRE in the path.
Rather than trying to figure out specifically what’s wrong, the
fastest way to a working installation is to simply download and install
using the manual installation archive that’s also available in the downloads
section of the website. Manual installation instructions are available on
the portal here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-3424.htmlMarch 8, 2006 at 12:02 pm #248056
sramanMemberHi Scott,
You are right; I have an Oracle installation that didn’t get removed cleanly.
The manual installation worked like a charm and the instructions were easy to follow. Thanks for the prompt response.Sri-
-
AuthorPosts
