|
Re: JVM terminated. Exit code=1 [message #270474 is a reply to message #270472] |
Thu, 23 April 2009 05:21 |
Ankur Sharma Messages: 84 Registered: July 2009 |
Member |
|
|
Yamuda wrote:
> I don't know much about eclipse, but it is the program we are using in
> my class, and I need to get it to work on my computer, so I can work on
> the assignments from home...
>
> So pretty much, I am a noob..
>
> I was trying Eclipse 3.4.2 but that kept crashing upon opening it, and
> so did 3.3, then 3.2 I got this message below... I had 3.4.2 working
> before, but now, won't even open...
>
> thanks for all the help
>
Do you have a JRE/JDK installed?
http://www.eclipse.org/downloads/moreinfo/jre.php
http://www.eclipse.org/downloads/moreinfo/java.php
--
hth,
Ankur..
|
|
|
|
Re: JVM terminated. Exit code=1 [message #270480 is a reply to message #270472] |
Thu, 23 April 2009 15:23 |
Eclipse User |
|
|
|
Originally posted by: eclipse-news.rizzoweb.com
Yamuda wrote:
> I don't know much about eclipse, but it is the program we are using in
> my class, and I need to get it to work on my computer, so I can work on
> the assignments from home...
>
> So pretty much, I am a noob..
>
> I was trying Eclipse 3.4.2 but that kept crashing upon opening it, and
> so did 3.3, then 3.2 I got this message below... I had 3.4.2 working
> before, but now, won't even open...
It is strongly recommended that you specify the full path to your java
executable using eclipse.ini. See here: http://wiki.eclipse.org/Eclipse.ini
Hope this helps,
Eric
> JVM terminated. Exit code=1
> C:\Windows\system32\javaw.exe
> -Xms40m
> -Xmx256m
> -jar C:\Users\**** ****\Desktop\eclipse.startup.jar
> -os win32
> -ws win32
> -arch x86
> -launcher C:\Users\**** ****\Desktop\eclipse\eclipse.ece
> -name Eclipse
> -showsplash 600
> -exitdata ea4_ec
> -vm C:\Windows\system32.javaw.exe
> -vmargs
> -Xms40m
> -Xmx256m
> -jar C:\Users\**** ****\Desktop\eclipse\startup.jar
>
|
|
|
|
|
|
|
Re: JVM terminated. Exit code=13 [message #632171 is a reply to message #632167] |
Mon, 11 October 2010 21:27 |
|
On 2010.10.11 15:14, colin_james_3398@yahoo.com wrote:
> I am getting a similiar error and added the path
>
> C:\Program Files\Java\jdk1.6.0_21\bin\javaw.exe
>
> to the Eclipse.ini as instructed on the website you gave.
>
> But when i open the eclipse i still get the same message.
>
> any other suggestion???
>
> maybe i am not going about it correctly because the file opens in
> notepad and the commands are all on a single line? so i added it to the
> location shown?
>
> JVM reminated. Exit code=-1
> -XX:MaxPermSIze=256m
> -Djave.class.path=C:\User\Colin\Documents\Eclipse\plugins/or
> g.eclipse.equinox.launcher_1.0.200.v20090520.jar
> -os win32
> -ws win32
> -arch x86
> -showsplash
> -C:\Users\Colin\Documents\Eclipse\\plugins\org.eclipse.platf
> orm_3.3.200.v200906111540\splash.bmp
> -launcher C:\Users\Colin\Documents\Eclipse\eclipse.exe
> -name eclipse
> --launcher.library
> C:\users\Colin|documents\Eclipse\plugins/org.eclipse.equinox
> .launcher_1.0.200.v20090520.jar
> -product org.eclipse.epp.package.jee.producy
> -vmC:\Program Files\Java\jdk1.6.0_21\bin\javaw.exe-vmargs
> -Dosgi.requiredJavaVersion=1.5
> -Xms40m
> -Xmx512m
> -vm C:|PRogram Files|Java\jdk1.6.0_21\bin\..\jre\bin\server\jvm.dll
> -vmargs
> -XX:MaxPermSize=256m
> -Djava.class.path=C:\User\colin\Documents\Eclipse\plugins/or
> g.eclipse.equinox.launcher_1.0.200.V20090520.jar
Yes, if they're on the same line in Notepad, they're probably wrong. You
should have:
-vm
C:\Program Files\Java\jdk1.6.0_21\bin\javaw.exe
-vmargs
|
|
|
|
Powered by
FUDForum. Page generated in 0.10453 seconds