• 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

how to come out of this error

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there anyone who will help me in solving the problem?
The error message is as follows:

JVM terminated. Exit code=1
C:\WINDOWS\system32\javaw.exe
-cp C:\Eclipse-SDK-3.0-win32\eclipse\startup.jar org.eclipse.core.launcher.Main
-os win 32
-ws win 32
-arch x86
-showsplash C:\Eclipse-SDK-3.0-win32\eclipse.exe -showsplash600
-exitdata C:\Eclipse-SDK-3.0-win32\eclipse\eclipse.exe -exitdata9b4_38
-vm C:\WINDOWS\system32\javaw.exe
-vmargs
-cp C:\Eclipse-SDK-3.0-win32\eclipse\startup.jar org.eclipse.core.launcher.Main

I've downloaded JDK1.4 version of java and it is working properly.
I'm using Windows as operating system.

Thanks,
Ravindranath
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It looks like your classpath is funny. It should be "C:\Eclipse-SDK-3.0-win32\eclipse".
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic