Tagged Questions
For issues relating to configuring or using Eclipse, version 3.4.
241
votes
17answers
126k views
What are the best JVM settings for Eclipse?
What are the best JVM settings you have found for running Eclipse?
45
votes
4answers
11k 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 explorer, console, and ...
21
votes
9answers
27k views
“SetPropertiesRule” warning message when starting Tomcat from Eclipse
When I start Tomcat (6.0.18) from Eclipse (3.4), I receive this message (first in the log):
WARNING:
[SetPropertiesRule]{Server/Service/Engine/Host/Context}
Setting property 'source' to
...
18
votes
6answers
858 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 simple way for me ...
12
votes
4answers
7k views
In Eclipse, how do I replace a character by a new line?
In Eclipse 3.3.2, I would like to replace a character (say ',') by a new line in a file.
What should I write in the "Replace with" box in order to do so ?
EDIT : Many answers seems to be for Eclipse ...
10
votes
6answers
17k 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 plug-in); but now it ...
10
votes
3answers
479 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 the fact that the ...
9
votes
4answers
7k 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 any time one of the ...
9
votes
3answers
5k views
eclipse server locations disabled and need to change to use tomcat installation
I Have set up a dynamic web project in eclipse with a tomcat 5.5 installation.
I want to be to set the server to us the tomcat installation instead of the workspace metadata location but when eclipse ...
9
votes
6answers
14k 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, and I can break the ...
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, ...
8
votes
2answers
2k views
Synchronizing eclipse save action rules
My team has a fairly rich set of formatting rules and save actions and these rules are evolving. We're looking for a mechanism to define the centrally and propagate them automatically. We don't want ...
8
votes
8answers
6k views
Where to put the external jars?
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 get a ...
7
votes
4answers
7k views
eclipse view classes dependency graph plugin?
is there any plugins i can use for eclipse that will show graphical view of classes dependencies ?
7
votes
6answers
6k views
How to default the working directory for JUnit launch configurations in Eclipse?
Our Java code (not the test code) reads files from the current directory, which means the working directory needs to be set properly whenever we run the code.
When launching a JUnit test from within ...
6
votes
3answers
540 views
How to save the “Package Explorer” in Eclipse
Is it possible, to save the state of the package explorer when closing Eclipse (3.4) and to restore it when opening the workspace again?
By state I mean the nodes (expanded or collapsed).
6
votes
1answer
3k views
Eclipse CDT Debug console not displaying program output
I am using Eclipse IDE for C/C++ Developers (Eclipse Ganymede Package - version 3.4.2) on Windows XP with MinGW GCC 4.2.1 and GDB 6.8-3.
I am facing a problem very similar to that mentioned here. A ...
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 ...
5
votes
2answers
1k 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 attributes "name" and "icon" ...
5
votes
4answers
5k views
Matisse in Eclipse
I have just installed Eclipse 3.4 and found out that there is not a plugin to create Swing applications yet. I also have found that there is a Matisse implementation in MyEclipse IDE, but I'd like to ...
5
votes
5answers
3k views
How do I attach source code locations to plugins in my Eclipse RCP target platform?
I've got a workspace with multiple RCP plugin projects.
We've set the target platform, so we can build against a standard set of plugins, but are not able to see source code and Javadoc for all the ...
5
votes
4answers
9k 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 option:
Java > ...
5
votes
2answers
4k 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 SVNKit, instead of a ...
4
votes
4answers
7k views
Is Eclipse 3.4 (Ganymede) memory usage significantly higher than 3.2?
I was happily using Eclipse 3.2 (or as happy as one can be using Eclipse) when for a forgotten reason I decided to upgrade to 3.4. I'm primarily using PyDev, Aptana, and Subclipse, very little Java ...
4
votes
3answers
4k views
Eclipse spelling engine does not exist
I'm using Eclipse 3.4 (Ganymede) with CDT 5 on Windows.
When the integrated spell checker doesn't know some word, it proposes (among others) the option to add the word to a user dictionary.
If the ...
3
votes
4answers
15k views
Installing eclipse Web Tools Platform (WTP) - update site does not work?
I'm trying to install the WTP (web platform tools) to my Eclipse installation so I can get the XSL transformations working. The base Eclipse they installed for me here was the plain Java IDE (the ...
3
votes
3answers
2k views
Removing popUpMenus from CNF (Common Navigator Framework) in Eclipse
I have been partially successful at removing almost all the popUp menus from the Commons Navigator Framework simply by configuring the plugin.xml file.
There are 2 menus that refuse to go:
...
3
votes
1answer
5k views
In eclipse API, How to get IFile from file that locate outside project or workspace
I want to create IFile interface to open file that locate outside project or workspace.
How to get IFile interface?
Regards,
Simon
3
votes
1answer
218 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 Find/Replace window ...
3
votes
3answers
498 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 uses the same version ...
3
votes
5answers
4k views
Eclipse Ganymede HTML editor incredibly slow when editing attributes
I recently upgraded to Eclipse Ganymede from Europa and now I'm finding that when I'm editing JSP files the IDE crawls when editing HTML attributes (but not JSP attributes).
Has anyone experienced ...
3
votes
5answers
472 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 versions of eclipse as the ...
3
votes
1answer
306 views
Renaming accessor/mutator methods in Eclipse?
Is there any way to automatically rename accessor/mutator when a variable they get/set gets refactored -> renamed (Eclipse 3.4)?
3
votes
6answers
6k views
Attach Source Issue in Eclipse
In Eclipse (Ganymede) I'm debugging some code that uses Apache Commons HttpClient and would like to step into the HttpClient code. I've downloaded the source code and tried to attach it in the normal ...
3
votes
4answers
1k views
Problem with update site categories in Eclipse 3.4
I am using Eclipse 3.4 (ganymede official, not the service pack).
I have an update site that organizes features into categories; everything looks great in the editor and in the XML.
Once the site is ...
3
votes
10answers
5k views
Unrooted Tests
When running all my tests in Eclipse (Eclipse 3.4 'Ganymede'), one test is listed under "Unrooted Tests". I'm using Junit 3.8 and this particular test extends TestCase. I do not see any difference ...
3
votes
3answers
1k views
Why does the Eclipse code formatter break </a> in a Javadoc @see tag?
I'm using Eclipse 3.4 and have configured the Java code formatter with all of the options on the Comments tab enabled. The problem is that when I format a document comment that contains:
* @see <a ...
3
votes
3answers
3k views
Eclipse on win64
Is anyone successfully using the latest 64-bit Ganymede release of Eclipse on Windows XP or Vista 64-bit?
Currently I run the normal Eclipse 3.4 distribution on a 32bit JDK and launch & compile ...
2
votes
4answers
2k views
eclipse 3.4 (ganymede) package collision with type
We have a package that ends with exception e.g.
package a.b.c.exception;
Our code base had no issues up till eclipse 3.3, however when we shifted to eclipse 3.4, it started giving errors related ...
2
votes
3answers
659 views
Eclipse Error On Startup
Eclipse was running fine last night, but this morning I tried starting it up and I came upon this error:
Here's the log
!SESSION 2010-04-07 17:58:37.208 ...
2
votes
3answers
5k views
what is the auto alignment shortcut key in eclipse?
what is the auto alignment shortcut key in eclipse?
2
votes
3answers
593 views
How to remove subversive action in Synchronize view?
I'm integrating Subversive 0.7.8 into an Eclipse Platform 3.4.2 RCP app.
I want to remove (or disable) the SVN "Commit" action in the popup menu of the "Synchronize" view.
How can I do ... ?
Thank ...
2
votes
1answer
2k views
How can I output execution display to console in Eclipse for remote C++?
I'm using Eclipse 3.4.1 with Hp/UX plugin for remote debugging of C/C++. It works very fine, except for one issue: whenever I compile my projects, the output display is Eclipse's console view, but ...
2
votes
4answers
1k views
Where has windows working sets gone in Eclipse 3.4
Where can I find the option to switch between the Windows Working Set in Eclipse 3.4 (Ganymede)? In the previous version it was under then Window menu, but it appears to have moved.
2
votes
3answers
2k views
Is the Open Source Jalopy Eclipse plugin compatible with Ganymede?
After much searching, I found the download for the eclipse version of jalopy. Is this compatible with Eclipse 3.4? It's dated 2006.
I've copied the extracted folder to my plugins directory and run ...
2
votes
3answers
5k views
Eclipse & Tomcat: How to specify which folder is served from the project?
I'm using Eclipse 3.4 and Tomcat 5.5 and I have a Dynamic Web Project set up. I can access it from http://127.0.0.1:8080/project/ but by default it serves files from WebContent folder. The real files, ...
2
votes
6answers
1k views
How to stop Eclipse 3.4 losing reference to the JRE in projects
Sometimes when using eclipse it loses references to the JRE.
i.e. It cannot find classes like Object or Arraylist.
Some projects report a problem while others don't and they both use the same JRE.
...
2
votes
2answers
726 views
Eclipse text comparison order
I'm using Eclipse 3.4 (on Mac) and I've got an annoyance with the text comparison having the files I'm comparing in a specific order which is not what I want.
When I compare two files it always seems ...
1
vote
0answers
66 views
What I am doing wrong while deploying a war on local jboss 4.2?
I have Jboss 4.2 setup on my eclipse where i have added my project. Now when i start the server it works fine till it gets hold of Log4j.xml which belongs to my application. But after that it just ...
1
vote
1answer
33 views
Does Eclipse Ganymede have a mouse-click bug in the Navigator view?
I've had to downgrade from Galileo to Ganymede in order to use the version of the FlexBuilder plugin that we are licensed for. Since the downgrade, I have several times accidentally dragged files or ...