- This topic has 3 replies, 2 voices, and was last updated 17 years, 1 month ago by
Loyal Water.
-
AuthorPosts
-
biiasuoMemberI downloaded “eclipse classic” and “myeclispe 6.0GA”.
My OS is RedHat linux 4.
But when I start “MyEclipse.sh”,an error dialog disappears.like this:
JVM terminated. Exit code=1
/usr/bin/java
-Duser.language=en
-Xms128M
-Xmx512M
-XX:PermSize=128M
-XX:MaxPermSize=256M
-Dosgi.splashLocation=/usr/local/programs/myeclipse6.0GA/eclipse/MyEclipseSplash.bmp
-jar /root/安装文件/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /root/安装文件/eclipse/eclipse
-name Eclipse
–launcher.library /root/安装文件/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.3.R33x_v20080118/eclipse_1023.so
-startup /root/安装文件/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata 230010
-product com.genuitec.myeclipse.product.ide
-vm /usr/bin/java
-vmargs
-Duser.language=en
-Xms128M
-Xmx512M
-XX:PermSize=128M
-XX:MaxPermSize=256M
-Dosgi.splashLocation=/usr/local/programs/myeclipse6.0GA/eclipse/MyEclipseSplash.bmp
-jar /root/安装文件/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jarand the terminal says like this:
Warning: -Xms128M not understood. Ignoring.
Warning: -Xmx512M not understood. Ignoring.
Warning: -XX:PermSize=128M not understood. Ignoring.
Warning: -XX:MaxPermSize=256M not understood. Ignoring.
Warning: -jar not understood. Ignoring.
Exception in thread “main” java.lang.NoClassDefFoundError: .root.安装文件.eclipse.plugins.org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0)
at _Jv_ThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0)
at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.5.0.0)
at __gcj_personality_v0 (/root/安装文件/eclipse/java.version=1.4.2)
at __libc_start_main (/lib/tls/libc-2.3.4.so)
at _Jv_RegisterClasses (/root/安装文件/eclipse/java.version=1.4.2)
Loyal WaterMemberAre you running a 64-bit machine and that the Java executable on your path is a 64-bit JVM? You need to switched over to having the 32-bit JRE.
biiasuoMember@support-nipun wrote:
Are you running a 64-bit machine and that the Java executable on your path is a 64-bit JVM? You need to switched over to having the 32-bit JRE.
no,mine jre is 32bit.Plz help me.thanks
Loyal WaterMemberAre you working on a 64 bit OS ? Incase you are, can you make sure you are using the 64-bit version of Eclipse.
-
AuthorPosts