- This topic has 30 replies, 20 voices, and was last updated 14 years ago by
support-swapna.
-
AuthorPosts
-
russ_hammond@sdsusa.comMemberI had Eclipse up but wasn’t using it for awhile, then hit the icon to start it again (on Windows NT). I got a dialog box that said “JVM terminated. Exit code=1 C:\WINNT\System32\javaw.exe” followed by some invocation parms. I figured no harm done, since it was already up, but I brought it down just to make a clean start. I tried starting it up again and I got the same dialog box. I shut down my machine and restarted, same problem.
Any idea what might be the problem? I’m guessing something has been set somewhere and needs to be cleared, but I have no idea what.
TIA,
Russ
July 3, 2003 at 7:01 pm #196641
Scott AndersonParticipantSeems I ran into this problem on my machine awhile back after I shuffled some JVM’s or something. If memory serves, you’re getting an old version of java or something. What do you get when you type:
c:\winnt\system32\javaw.exe -version?It also seems that one of my Java registry keys somehow got set that I had version 1.2 installed. Anyway, I think I fixed it by installing the latest JDK, but your problem may be different. Have you installed any Oracle products lately? They’re notorious for installing an OLD version of java and putting it on the front of the path. Just a thought.
I am pretty sure it’s a JDK version thing though. Eclipse requires 1.3.1 or later.
–Scott
MyEclipse SupportJuly 5, 2003 at 4:32 am #196665
puneet.guptaMemberRemove all the Windows java files from the System32 directory and install the latest jdk from sun. Then start the Eclipse, it will run.
July 7, 2003 at 1:46 pm #196685
russ_hammond@sdsusa.comMemberI think I found my fix for this. I had tried removing the javaw from SYSTEM32, and reinstalling, etc. but that didn’t work. When I did that, and from that point on I got “A Java Runtime Environment (JRE) or Java Development Kit (JDK mustbe available in order to run Eclipse.” So, eventually, I changed my PATH setting to include the jre in my JDK. I’m not sure if it’s fixed everything, but it allows me to bring up the system again.
July 7, 2003 at 2:35 pm #196686
Scott AndersonParticipantRuss,
Good to hear. As you found out, it’s generally a good practice for Java developers to put their preferred JRE on the path, rather than taking “whatever” is down in System32 on a Windows box.
Glad you’re up and running.
–Scott
MyEclipse SupportOctober 10, 2007 at 12:01 pm #276759
veenabalajiMemberThis fixed the problem for me..
In the shorcut for starting Eclipse, I added these additional parameters in the target.
-vmargs -Xms256mOctober 11, 2007 at 11:54 am #276823
Loyal WaterMemberThanks for posting your findings. I’m sure this would be helpful to other users.
December 11, 2008 at 10:28 am #291955
volley67MemberI got the same error message and solved it by starting eclipse with the -clean parameter. Once started, remove the -clean parameter.
I got the clue from <a href=”http://www.eclipse.org/webtools/initial-contribution/IBM/Getting%20Started.html”>Eclipse Web Tooling Platform</a>
…you’ll need to launch eclipse with the -clean flag to allow the environment to detect the new plugins. Subsequent launching of eclipse won’t require the -clean flag.I hope it helps!
PatDecember 11, 2008 at 11:29 am #291959
Loyal WaterMemberGlad you got the issue sorted out.
July 15, 2009 at 10:07 am #300539
prityMemberI get problem in launchin eclipse i have jdk1.5…
Evry time i try 2 launch it gives
JVM Terminate Exit Code=1
C:\Program Files\My Eclipse6.1 Blue\jre\bin\javaw.exe
followd by some code….
How can i fix this problem??
Please HELP!!!July 15, 2009 at 11:42 pm #300552
support-shaliniMemberprity,
Have you tried any of the fixes mentioned above?
Also, can you tell me how you have installed your MyEclipseBlue?
Did you try pulse as Joy has suggested you in the following post
https://www.genuitec.com/forums/topic/problrm-launching-eclipse/&highlight=September 7, 2009 at 1:32 am #302161
sagar.hatekarMemberHello!
I am using Windows 7 x64 OS and I installed JDK 6 update 16 x64. Eclipse never started – it crashed on JVM Terminated = -1 status with a list of parameters.
Then I installed the JDK x86 (32-bit) version and it worked!
Don’t forget set the appropriate PATH variable
– Right click My Computer – Environment Variables – System Variables – at the end paste the bin path of 32-bit JDK and hit OK.Eclipse works! Yay! 🙂
September 7, 2009 at 10:42 pm #302186
support-shaliniMembersagar.hatekar,
Thank you for posting your findings. These will be helpful.December 3, 2009 at 12:45 am #304340
nofxsnapMemberThank you sagar.hatekar!!! I think you saved me a lot of headache.
December 21, 2009 at 10:16 am #304902
RAVI MYLAVARAPUMemberThis message has not been recovered.
-
AuthorPosts