23
votes
9answers
8k views
What are the best JVM settings for Eclipse?
What are the best JVM settings you have found for running eclipse.
Thanks!
16
votes
6answers
487 views
A new version of Eclipse just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?
Galileo came out the other day, and even though plugins under Eclipse are, IMO, just a little bit easier to deal with than Netbeans, it would still be really awesome if there was a …
7
votes
8answers
1k views
Where to put the external jars?
Hello,
i use eclipse (3.4) an my class compiles without warning nor errors.
My project uses an external jar file.
Where do i need to put this external jar file in order not to ge …
7
votes
3answers
331 views
eclipse beakpoint: stop before leaving a Java method
Is there a way to tell the debugger to stop just before returning, on whichever statement exits from the method, be it return, exception, or fall out the bottom? I am inspired by t …
5
votes
3answers
1k views
Any tips on how to organize Eclipse environment on multiple monitors?
I can't find a good way of putting Eclipse windows on two monitors. Currently I just detached (clicked on a header and dragged) a few windows to a secondary monitor (package explor …
5
votes
8answers
4k views
Eclipse 3.4 Ganymede Javascript Validation Issue
I just upgraded to Eclipse 3.4 for the second time and I think its for good now. The first time (right when it was released) was too buggy for me to stomach (mainly the PDT 2.0 plu …
5
votes
4answers
2k views
Subversive connectors not working with newest Ganymede update
I'm using Subversive plugin in Ganymede, but after today's update it stopped working - it just doesn't see any valid svn connectors (I've already been using 1.2.0 dev version of SV …
5
votes
3answers
330 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 potent …
4
votes
2answers
394 views
How to programmatically change name or icon of Eclipse view?
Can the name and icon of an Eclipse view be programmatically changed? I am referring to the name and icon that appear in the tab for the view - which are specified as XML attribute …
4
votes
6answers
4k views
Automating unit tests (junit) for Eclipse Plugin development
I am developing Eclipse plugins, and I need to be able to automate the building and execution of the test suite for each plugin. (Using Junit)
Test are working within Eclipse, an …
4
votes
3answers
3k views
Add warning for missing @Override annotation for interface implementation in Eclipse
In Eclipse 3.4.1 using JDK1.6.0_10 how can I activate a warning on a missing @Override annotation on a method that implements an interface method?
In the Preferences window this …
3
votes
4answers
564 views
How Do I Automatically Generate A .jar File In An Eclipse Java Project
I have an Eclipse Java project. It contains a folder named "dist". In that folder is a .jar file.
How can I set things up in this project to make sure this .jar file is updated …
3
votes
1answer
158 views
In Eclipse Find/Replace-field can i alter the regexp-matched result $1?
I want to search and replace a lot of numbers in the range 0-9 and add one to them, so they become in the range 1-10 instead.
for example:
0 3 5
would become:
1 4 6
In eclipse …
3
votes
3answers
306 views
Eclipse: How to ensure jar in plugin is given priority over other versions elsewhere?
I am developing an eclipse plugin which contains a specific version of Lucene. I need to generate a search index and deploy it so that it can be read by another application which u …
3
votes
5answers
356 views
How can I reference ANT HOME from the libraries in the properties of a project when using eclipse?
In our code base we have a dependency on the ant version used in eclipse.
In the the ant.jar has been set up as a library which the project uses
This is a pain when moving versio …
