Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

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
 
mooooooo ..... tiny ad ....
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic