- This topic has 8 replies, 2 voices, and was last updated 19 years, 3 months ago by
Riyad Kalla.
-
AuthorPosts
-
jakekMemberHello All,
I cannot install myeclipse either manually or using the self-installer version. Receiving this error message using the self-installer:
java.lang.NoClassDefFoundError: com.zerog.ia.installer.Main
at java.lang.Class.initializeClass (libgcj.so.7)
at java.lang.Class.forName (libgcj.so.7)
at java.lang.Class.forName (libgcj.so.7)
at com.zerog.lax.LAX.launch (DashoA8113)
at com.zerog.lax.LAX.main (DashoA8113)
Caused by: java.lang.ClassNotFoundException: com.apple.mrj.MRJOSType not found in gnu.gcj.runtime.SystemClassLoader{urls=[file:/tmp/install.dir.12127/InstallerData/,file:/tmp/install.dir.12127/InstallerData/installer.zip], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
at java.net.URLClassLoader.findClass (libgcj.so.7)
at java.lang.ClassLoader.loadClass (libgcj.so.7)
at java.lang.ClassLoader.loadClass (libgcj.so.7)
at java.lang.Class.initializeClass (libgcj.so.7)
…4 moreAlso after trying the manual installation and restarting eclipse, it simply does not respond and crashes. Thanks in advance for help w/this.
March 24, 2006 at 12:53 pm #249289
jakekMemberBTW I did follow the instructions on forcing a different JVM for install that was posted in a previous topic, and eclipse still crashed.
March 26, 2006 at 12:10 pm #249356
Riyad KallaMemberjakek,
Any time you run install install issues with MyEclipse we encourage users to download and use the Manual installer instead. It’s an easy 2-step process and the instructions are included inside of the archive.March 26, 2006 at 2:41 pm #249366
jakekMemberI did try the manual installation and eclipse hangs and crashes also getting the following message at command promt: Unable to execute early startup code for an extension
March 26, 2006 at 3:56 pm #249367
Riyad KallaMemberThat sounds like a big installation issue. You might try re-downloading and reunzipping Eclipse 3.1.2 SDK to a new directory (don’t use an old dir) and also try restarting using the -clean command line argument incase your workspace is corrupt.
March 26, 2006 at 5:27 pm #249369
jakekMemberI tried that and the same thing happened. Not sure what to do ATM; the myeclipse install worked fine w/Fedora3
March 26, 2006 at 6:07 pm #249370
Riyad KallaMemberOh wait, are you trying to use GCJ or the redhat-specific Eclipse build? You shouldn’t be using either.
You can force Eclipse to use the Sun VM by using the -vm command line argument:
eclipse -vm /usr/bin/sun_jdk1.4.2/bin/javais an example, your path will be different.
March 26, 2006 at 10:13 pm #249375
jakekMemberOk, the installation went fine after using the -vm arg. Thanks much.
March 27, 2006 at 11:37 am #249406
Riyad KallaMemberNo worries, glad it worked.
-
AuthorPosts