Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » errors when move eclipse from 32 to 64 bits system(errors when move eclipse from 32 to 64 bits system)
errors when move eclipse from 32 to 64 bits system [message #1070359] Wed, 17 July 2013 20:06 Go to next message
Gary Shi is currently offline Gary ShiFriend
Messages: 20
Registered: July 2013
Junior Member
I got errors below when I copied/run my eclipse RCP version 4.2.2 from XP computer to wondows 7, 64 bit system. Any changes or configuration is needed ? Thanks.

Or please recommend one eclipse version which works in 64 bit system for Lotus Notes Plugin. Thanks. Gary

JVM terminated. Exit code =-1
Start VM: -Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256M
-Djava.class.path=C:\Eclipse_Rcp_4_2_2_old\eclipse\plugins\org.eclipse.equinox.l
auncher_1.0.101.R34x_v20081125.jar
-os win32
-ws win32
-arch x86
-showsplash C:\Eclipse_Rcp_4_2_2_old\eclipse\\plugins\org.eclipse.platform_3.3.1
01.v200902111700\splash.bmp
-launcher C:\Eclipse_Rcp_4_2_2_old\eclipse\eclipse.exe
-name Eclipse
--launcher.library C:\Eclipse_Rcp_4_2_2_old\eclipse\plugins\org.eclipse.equinox.
launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup C:\Eclipse_Rcp_4_2_2_old\eclipse\plugins\org.eclipse.equinox.launcher_1
.0.101.R34x_v20081125.jar
-framework plugins\org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar
-debug
-vm C:\Program Files\Java\jre6\bin\server\jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256M
-Djava.class.path=C:\Eclipse_Rcp_4_2_2_old\eclipse\plugins\org.eclipse.equinox.l
Re: errors when move eclipse from 32 to 64 bits system [message #1070376 is a reply to message #1070359] Wed, 17 July 2013 21:10 Go to previous messageGo to next message
Joseph Carroll is currently offline Joseph CarrollFriend
Messages: 174
Registered: May 2012
Location: Milwaukee, WI
Senior Member

You're not pointing to a valid JVM:

-vm C:\Program Files\Java\jre6\bin\server\jvm.dll

Should be something like:

-vm C:/Program Files/Java/jdk1.7.0_10/bin/javaw.exe

Have a look at http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html&cp=2_1_3_0
Re: errors when move eclipse from 32 to 64 bits system [message #1131804 is a reply to message #1070376] Thu, 10 October 2013 20:22 Go to previous message
Gary Shi is currently offline Gary ShiFriend
Messages: 20
Registered: July 2013
Junior Member
Thanks. Joseph. I just come back from vacation and will work on it following your clue.
Previous Topic:Do not open a second editor for the same input
Next Topic:Launching p2 UI from application model
Goto Forum:
  


Current Time: Fri Apr 26 17:28:56 GMT 2024

Powered by FUDForum. Page generated in 0.03385 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top