• 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

eclise problem

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
i have installed eclipse..when i click eclipse.exe i get the followimg error
JVM terminated. exit code=2
c:\windows\system32\javaw.exe
-cp c:\program files\eclipse-sdk-2.1.1-win32\eclipse\sarup.jar
org.eclipse.core.launcher.main
-os win32
-ws win32
-arch x86
-showsplash .....
my os is xp...
pls help me
thanks
siva
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What JRE/JDK are you using?
 
siva k sen
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
im using j2sdk1.4.1_01
thanks
 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sounds similar to a problem I had recently, when I did an upgrade from an earlier build.
Have you tried explicitly pointing Eclipse to a specific JVM with the
-vm switch on your shortcut?
Like this...
C:\Eclipse\eclipse.exe -vm C:\j2sdk1.4.2\jre\bin\javaw.exe
Hope this helps
Dave
 
this is supposed to be a surprise, but it smells like a tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic