Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Unable to eclipse due to java was started but returned exit code=14
Unable to eclipse due to java was started but returned exit code=14 [message #1028388] Thu, 28 March 2013 07:40 Go to next message
SM Lim is currently offline SM LimFriend
Messages: 2
Registered: July 2009
Junior Member
Hi all,

I was tried to run the eclipse from my win 7 64 bit system. I have installed from "adt-bundle-windows-x86_64-20130219". However, when run eclipse.exe, the screen has prompt for error message of java was started but returned exit code=14.

I am attached the error output.

Anyone please help me.
  • Attachment: 1.jpg
    (Size: 157.48KB, Downloaded 970 times)
Re: Unable to eclipse due to java was started but returned exit code=14 [message #1028690 is a reply to message #1028388] Thu, 28 March 2013 15:59 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 3/28/2013 9:50 AM, SM Lim wrote:
> Hi all,
>
> I was tried to run the eclipse from my win 7 64 bit system. I have installed from "adt-bundle-windows-x86_64-20130219". However, when run eclipse.exe, the screen has prompt for error message of java was started but returned exit code=14.
>
> I am attached the error output.
>
> Anyone please help me.

So, let me get this straight:

You're running a 64-bit Eclipse on a 64 bit-capable OS, but using a
32-bit JRE?
Re: Unable to eclipse due to java was started but returned exit code=14 [message #1029004 is a reply to message #1028690] Fri, 29 March 2013 02:32 Go to previous messageGo to next message
SM Lim is currently offline SM LimFriend
Messages: 2
Registered: July 2009
Junior Member
I have the 64 bite JRE installed but still given the same error message.

Please help me.

Lim
Re: Unable to eclipse due to java was started but returned exit code=14 [message #1029318 is a reply to message #1029004] Fri, 29 March 2013 13:42 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 3/28/2013 8:32 PM, SM Lim wrote:
> I have the 64 bite JRE installed but still given the same error message.
>
> Please help me.
>
> Lim

Please follow the instructions at this URL to set Eclipse up to run on
the 64-bit JRE.

http://wiki.eclipse.org/Eclipse.ini
Re: Unable to eclipse due to java was started but returned exit code=14 [message #1067156 is a reply to message #1029318] Sat, 06 July 2013 18:45 Go to previous messageGo to next message
Erwin De Bock is currently offline Erwin De BockFriend
Messages: 1
Registered: July 2013
Junior Member
can anyone help me,
i get the error code 14 and dpo not find the solution
i m running windows 7 professional 64 bit

and i tried the next ini, but it doesn t work :

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130521-0416
-product
org.eclipse.epp.package.reporting.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
D:\Erwin\temp\eclipse-reporting-kepler-R-win32-x86_64\eclipse\jre\bin\javaw.exe
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
Re: Unable to eclipse due to java was started but returned exit code=14 [message #1067169 is a reply to message #1067156] Sun, 07 July 2013 03:59 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 07/06/2013 05:36 PM, Erwin De Bock wrote:
> can anyone help me,
> i get the error code 14 and dpo not find the solution
> i m running windows 7 professional 64 bit
>
> and i tried the next ini, but it doesn t work :
>
> -startup
> plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20130521-0416
>
> -product
> org.eclipse.epp.package.reporting.product
> --launcher.defaultAction
> openFile
> --launcher.XXMaxPermSize
> 256M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> D:\Erwin\temp\eclipse-reporting-kepler-R-win32-x86_64\eclipse\jre\bin\javaw.exe
>
> --launcher.appendVmargs
> -vmargs
> -Dosgi.requiredJavaVersion=1.6
> -Xms40m
> -Xmx512m

You're running a 64-bit Eclipse; ensure that you're also running a
64-bit JRE. One way to do this is to place the following in eclipse.ini
before -vmargs:

-vm
<path-to-64-bit-JRE>

Unless Kepler has changed the syntax, you failed to do this (forgot the
-vm).
Re: Unable to eclipse due to java was started but returned exit code=14 [message #1384028 is a reply to message #1067169] Tue, 27 May 2014 23:49 Go to previous messageGo to next message
unsavory character is currently offline unsavory characterFriend
Messages: 1
Registered: May 2014
Junior Member
Hi
I thrashed for a few hours with this one
I had originally installed eclipse when I had a 64bit jvm (a flavor of java 7)
I had tried to change it to 32 bit java 7
Tried all the tweaks suggested here (-xx opt, remove, osgi, the jvm.dll etc)
NONE worked
It appears that the eclipse I was using requires a 64bit jvm
I changed the jvm back to 64 bit one 7u45 and it worked
I also changed jvm to 64bit 7u51 and it worked

Since I'm new, forum wont let me post contents of eclipse about page
Re: Unable to eclipse due to java was started but returned exit code=14 [message #1384241 is a reply to message #1384028] Wed, 28 May 2014 13:46 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
As Russell said, you can't mix 64-bit Eclipse with a32-bit JVM, or vice versa. They have to match.
Previous Topic:Eclipse will not open
Next Topic:new software description
Goto Forum:
  


Current Time: Thu Apr 25 21:57:58 GMT 2024

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

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

Back to the top