Tagged Questions

For issues relating to configuring or using Eclipse, version 3.3.

learn more… | top users | synonyms

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 ...
31
votes
5answers
43k views

Eclipse fonts and background color

I have been trying to change the background color of eclipses windows to black and customize the font colors. There doesn't seem to be a way to do this at least not an obvious way. I am using version ...
15
votes
18answers
24k views

Why does Eclipse code completion not work on some projects?

I have Eclipse 3.3.2 with PDT doing PHP development. All projects that I create, even SVN projects have code completion. Now I just opened another SVN project and it has no code completion or PHP ...
9
votes
11answers
4k views

Eclipse Search Menus disabled randomly

I use Eclipse 3.3 in my daily work, and have also used Eclipse 3.2 extensively as well. In both versions, sometimes the Search options (Java Search, File Search, etc) in the menu get disabled, ...
6
votes
3answers
456 views

Developing on Eclipse 3.4, running on Eclipse 3.3

I'm developing an Eclipse plug-in, based on a bunch of core Eclipse plug-ins like SWT, JDT, GEF and others. I need my plug-in to be compatible with Eclipse 3.3, since many potential customers are ...
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 ...
0
votes
5answers
10k views

Smarty Plugin for Eclipse Europa

Are there any good Eclipse plugins for creating smarty templates? I am using Europa with PDT on Ubuntu (though I doubt the OS will make a difference for this). I found SmartyPDT, but it did not seem ...