• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Unable to launche Eclipse v2.1

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please help! I kept getting the following error when launching Eclipse v2.1:
JVM terminated. Exit code=2
C:\WINDOWS\system32\javaw.exe
-cp D:\eclipse\startup.jar org.eclipse.launcher.Main
-os win32
-ws win32
-arch x86
-showsplash D:\eclipse\eclipse.exe -showsplash 600
I have J2SDK, v1.3.1_6 installed as specified by the read me file. I am clueless on what to do next. Any suggestions would be greatly appreciated.
Basari
 
Dastardly Dan the Author
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you sure that you're running the JVM you think you're running? The "C:\WINDOWS\system32\javaw.exe" looks suspicious. Maybe you should explicitly specify the JVM with the -vm command line option? For example, "eclipse.exe -vm c:\sdk1.4.1\jre\bin\javaw.exe".
-- Dan
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having the exact same problem on startup. I tried pointing -vm to a different jdk, set and reset JAVA_HOME and JAVA_PATH
 
WHAT is your favorite color? Blue, no yellow, ahhhhhhh! Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic