• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem running eclipse 2.1.2 on windows 2000

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys!
I'm starting to use eclipse but I can't run it. When I click eclipse.exe the following message appears:
JVM terminated. Exit code=2
C:\Winnt\system32\javaw.exe
-cp C:\eclipse\startup.jar org.eclipse.core.launcher.
main
-os win32
-ws win32
-arch x86
-showsplash c:\eclipse\eclipse.exe -showsplash 600
Thanks in advance.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is C:\Winnt\system32\javaw.exe perhaps Microsoft's JVM? I think you should set JAVA_PATH to point at a "real" JDK.
 
Dennis Laydia
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Lassie...
 
reply
    Bookmark Topic Watch Topic
  • New Topic