Tagged Questions
46
votes
13answers
26k views
How do I prevent Eclipse from hanging on startup?
I am using Eclipse 3.3 ("Europa"). Periodically, Eclipse takes an inordinately long time (perhaps forever) to start up. The only thing I can see in the Eclipse log is:
!ENTRY ...
1
vote
8answers
1k views
Code compiling in eclipse but not on command line
I once wrote this line in a java class. This compiled fine in eclipse but not on command line. my eclipse version was 3.3 and JDK version was 1.5, on Win XP professionsl. any clues?
Error on command ...