Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Problem starting 64 Bit version - exit code=13(I am using a 64 Bit Eclipse version and a 64 Bit JDK and still get exit code=13)
Problem starting 64 Bit version - exit code=13 [message #718424] Wed, 24 August 2011 09:22 Go to next message
Bernhard Humm is currently offline Bernhard HummFriend
Messages: 2
Registered: August 2011
Junior Member
I am using a 64 Bit Eclipse version and a 64 Bit JDK and still get exit code=13

Details:

* OS: MS Windows 7 64 Bit

* Eclipse SDK 3.7.0 (eclipse-SDK-3.7-win32-x86_64.zip - why does it say win32 although it is the 64 Bit version?)

* jdk1.6.0_19 (java -version reports 64 Bit Server VM)

* eclipse.ini:
"
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\jdk1.6.0_19\bin\javaw.exe
-vmargs
-Xms40m
-Xmx384m
"

* Error Message at start-up:
"
Java was started but returned exit code=13
"
What I don't understand later in the error message:
"
-os win32
"

* When I omit the -vm option in eclipse.ini, Eclipse would start but I get the error message:
"
Eclipse is running in a JRE, but a JDK is required
"
Also, installation details -> configuration says:
"
-vm
C:\Windows\system32\javaw.exe
"

Who can help me in this 64Bit / 32Bit mess?

Thanks
Bernhard
Re: Problem starting 64 Bit version - exit code=13 [message #718468 is a reply to message #718424] Wed, 24 August 2011 12:45 Go to previous message
Bernhard Humm is currently offline Bernhard HummFriend
Messages: 2
Registered: August 2011
Junior Member
Finally, I solved the problem,

I had, indeed, installed a 46-bit version and a 32-bit version of JDK and referenced the wrong one.
Previous Topic:PDE headless build - fork javac task?
Next Topic:Drag and drop on view's tab
Goto Forum:
  


Current Time: Thu Apr 18 23:10:31 GMT 2024

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

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

Back to the top