Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » java exit code 14(can't find the wright answer)
java exit code 14 [message #1238451] Sat, 01 February 2014 11:42 Go to next message
Robert Kars is currently offline Robert KarsFriend
Messages: 1
Registered: February 2014
Junior Member
Hi all,

I have the folowing error.
index.php/fa/17392/0/

I am running windows vista
java_ee_sdk-7-jdk7-windows-x64-ml
eclipse-standard-kepler-SR1-win32-x86_64

at first i had error 13, but by entering -vm (path), that was solved
Mu ini file looks like
-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.v20130807-1835
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile

-vm
C:\Program Files (x86)\Java\jre7\bin\java.exe

-vmargs
-Dosgi.requiredJavaVersion=7
-Xms128m
-Xmx512m


I hope you can help me....

Greetings Robert
Re: java exit code 14 [message #1238576 is a reply to message #1238451] Sat, 01 February 2014 19:57 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 02/01/2014 07:46 AM, Robert Kars wrote:
> Hi all,
>
> I have the folowing error.
>
>
> I am running windows vista
> java_ee_sdk-7-jdk7-windows-x64-ml
> eclipse-standard-kepler-SR1-win32-x86_64
>
> at first i had error 13, but by entering -vm (path), that was solved
> Mu ini file looks like
> -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.v20130807-1835
> -product
> org.eclipse.epp.package.jee.product
> --launcher.defaultAction
> openFile
> --launcher.XXMaxPermSize
> 256M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
>
> -vm
> C:\Program Files (x86)\Java\jre7\bin\java.exe
>
> -vmargs
> -Dosgi.requiredJavaVersion=7
> -Xms128m
> -Xmx512m
>
>
> I hope you can help me....
>
> Greetings Robert
>

You're attempting to run 64-bit Eclipse on a 32-bit JVM. Change your -vm
option to point at the 64-bit JDK/JRE you say you have installed.
Previous Topic:Tabs into spaces
Next Topic:Installing MySQL into Eclipse
Goto Forum:
  


Current Time: Fri Apr 26 16:25:52 GMT 2024

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

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

Back to the top