• 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 loading Eclipse

 
Ranch Hand
Posts: 333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I try to start Eclipse, I gett following error:
Problems during stsrtup. Check the ".log" file in the ".metadata" directory of your worpace.

I checked the log file:
This is what I found:
!SESSION Apr 24, 2004 10:19:48.701 ---------------------------------------------
java.version=1.4.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file :/eclipse/
!ENTRY org.eclipse.ui 4 0 Apr 24, 2004 10:19:48.701
!MESSAGE CGL-MKT does not exist.
!ENTRY org.eclipse.jdt.core 4 969 Apr 24, 2004 10:19:48.717
!MESSAGE CGL-MKT does not exist.
!ENTRY org.eclipse.jdt.ui 4 10001 Apr 24, 2004 10:23:43.201
!MESSAGE Internal Error
!STACK 1
org.eclipse.core.internal.resources.ResourceException: Invalid project description.
at org.eclipse.core.internal.resources.Project.checkDescription(Project.java:131)
at org.eclipse.core.internal.resources.Project.create(Project.java:220)
Blah... Blah... Blah...

Then, I deleted the .log file, but it still doesn't work.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic