The Artima Developer Community
Sponsored Link

Java Buzz Forum
Eclipse crashes on loading build.xml

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bernard Choi

Posts: 74
Nickname: bchoi
Registered: Jun, 2003

Bernard Choi is online
Eclipse crashes on loading build.xml Posted: Mar 19, 2005 5:33 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Bernard Choi.
Original Post: Eclipse crashes on loading build.xml
Feed Title: Bernard Choi
Feed URL: http://bchoi.livejournal.com/data/rss
Feed Description: Bernard Choi - LiveJournal.com
Latest Java Buzz Posts
Latest Java Buzz Posts by Bernard Choi
Latest Posts From Bernard Choi

Advertisement
I've been facing a problem...

When I try to open a build file with eclipse-SDK-3.1M5a-win32, it crashes. The eclipse window disappears.

.log file is as attached :

!SESSION Sat Mar 19 20:38:01 GMT+08:00 2005 ------------------------------------
!ENTRY org.eclipse.core.launcher 4 0 Mar 19, 2005 20:38:01.294
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.NoClassDefFoundError
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:167)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268)
at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
at org.eclipse.core.launcher.Main.run(Main.java:887)
at org.eclipse.core.launcher.Main.main(Main.java:871)


I don't see a problem with eclipse-SDK-3.1M4-win32 .

Read: Eclipse crashes on loading build.xml

Topic: Pseudocode becomes real code Previous Topic   Next Topic Topic: NetBeans Users AstroTurf

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use