eclipse

How to bulk cleanup imports in Java with eclipse?

On a generated project i 100s of warnings caused by unused imports and the like. Can i bulk cleanup those imports for all files? ...

Run JUnit automatically when building Eclipse project

I want to run my unit tests automatically when I save my Eclipse project. The project is built automatically whenever I save a file, so I think this should be possible in some way. How do I do it? Is the only option really to get an ant script and change the project build to use the ant script with targets build and compile? Update I w...

Version control integration with eclipse

I'm looking for a version control system just for me on my windows computer to integrate into eclipse. I was thinking to use Mercurial instead of Subversion, but I'm having doubts about the mercurial eclipse plugin. Any input on this that you can help me with? Is it worth it to have a version control system when you're working alone, ho...

Google Wave as code repository and IDE?

Is it possible to write a Google Wave plugin that turns it into an IDE for programming? With such an extension, Google Wave would be a replacement for Eclipse etc., and it would naturally be a code repository at the same time (replacing SVN, git, etc.). Users (programmers) would be able to create code files directly in Wave and add coll...

How do I get the "referenced libraries" folder back In the eclipse sdk?

I use the eclipse Ganymede sdk for developing Java apps. I'm having a strange Issue. Everything was working fine until recently where the "referenced Libraries " folder went missing from the explorer. I used to upload the jar's I need Into the workspace. I uploaded the jars In a folder named "lib" and after refreshing the project folde...

Eclipse - Java - UniProtJapi import problem

I use Eclipse and want to import UniProtJAPI to use in my code I import UniProtJAPI.jar as library in Eclipse that I got out of the zip from http://www.ebi.ac.uk/uniprot/remotingAPI/ . In my code I want to use the API the following way: import uk.ac.ebi.kraken.uuw.services.remoting.UniProtJAPI; System.out.println("UniProt Version = "...

how to change views with clearcase on eclipse

I'm using eclipse to work on a HUGE C project and it works generally well except for not being able to change views. I create a new project and set the project source to the clearcase vob directory and it works just fine except it stores the project files in the vob. then when I change views the project cant be opened because its meta-d...

generate javadoc comments in eclipse

Is there a way to generate javadoc comments in eclipse? ...

gwt> importing a sample project

I'm just barely after 2 hours of trying to force it to work and looking for answers online. How in the world do you import a sample gwt application into your eclipse and make it run? by the way, I cannot find "projectCreator.cmd" anywhere in my files, where is it suppose to be assumming i've used eclipse plugin updater to d/l gwt 1.7....

How can I change the background color for the the Eclipse 3.5 editor?

I am checking in Windows + General+Editors+Editors/Appearance. I could not find the correct property. Any idea? ...

Configure GWT in Eclipse

Installed Google App Engine 1.2.5 and Web Toolkit 1.7.1. However I still get a red underline whenever I import gwt and user any of it's classes like graphCanvas. How do I take this underline away? What haven't I configured correctly? ...

How to launch eclipse from a command line on MacOS with a workspace pathname

On linux: eclipse PathnameToWorkspace works fine, and launches eclipse on the workspace. I've never been able to figure out the MacOS moral equivalent, given the MacOS application tree structure. I suspect this is not a hard problem. ...

add toolbar to section

Hello, I want to add a toolbar to a section in SWT. There is an example i saw in the PDE manifest editor. How can i add this toolbar or buttons? maybe i need to use a different control? Thank you, Ido ...

#region analogue for eclipse

Hi, can somebody tell me, is there an analogue of a Visual Studio #region feature for Eclipse IDE ? I really need this magic! :) ...

How to open and run a specific script from the command line in eclipse

I am trying to run an automated suite every day at the same time, so I want to create a task to open eclipse and execute the main script every day. Is there a way to do this from the command line? ...

Forcing classpath precedence with Tomcat 5.5 under eclipse

I am currently developing a web application based upon Struts2 & Spring components combined with a set of tier libraries in a company-made framework. These librairies expose sets of spring beans, through blahblah.xml files embedded in the provided jar files. I need to replace some of the implementation classes exposed through such bean...

How to find Eclipse projects & folders by name?

Is there a way to search for folders/projects by name in the Eclipse workspace? The results would best be returned in a view where I can do bulk operations (like closing, opening, assign working set). It's just to fiddly to manually click through the list of hundreds of projects. This seemingly trivial task is causing grief to me, w...

Problem checking out svn repo with subclipse

I have an svn repo that looks something like the following: TRUNK/ trials/ <- this is a java package <a bunch of java files> When I check this out with eclipse through subclipse, I end up with a project with an empty src directory and a folder next to it called trials, which is not what I want. Is it possible to check...

novice asks: How to do "cvs release" in Eclipse CDT

I'm a novice to Eclipse CDT and its UI for CVS. In command-line CVS, "cvs release" undoes the effect of "cvs checkout". http://ximbiot.com/cvs/manual/cvs-1.11.23/cvs_16.html#SEC156 How do I "release" a checkout in Eclipse CDT? Thanks! EDIT: I guess you could do it like this: 1. Eclipse: Delete project 2. In shell, run % cvs rele...

How to open a url's returned content in an eclipse editor?

I'm debugging some xml returned from a URL and am using Eclipse's editor and XML validation to find problems. Currently that involves saving the XML returned from the URL and opening it in Eclipse, which is really tedious. Is there a way to more directly load the contents of a URL into an editor window in Eclipse? ...