eclipse

Tool to reverse map JSP to URL?

Is there a tool to automate the task of finding out where a given JSP is used, by URL? Ultimately, the question I need to answer is, What URL(s) do I need to call, to see the output of this JSP in my browser? Finding out involves searching for the JSP name, then searching for any JSPs that include it (possibly through several levels), ...

Is it worth learning Eclipse for C++ development

As far as I know it is hard to learn using Eclipse from scratch. But I will get such benefits as fast source code browsing, call graphs, static code analysis. What other benefits will I get from using Eclipse for C++ (CDT)? ...

Android+Eclipse project sharing via SVN?

I am very new to Eclipse (Galileo, Eclipse IDE for Java Developers) and working on my first Android app, but have used SVN on many other kinds of projects and development. Last night I took my first crack at pushing the new source into a shared repository (at work) and then pulling it back down at home. Based on an SO question/answer, ...

How to add a reference in Eclipse

I have developed a little software in ACCESS/VBA. It dealt with Lotus Notes so in Visual Basic editor I just went to tools -> references and checked the Lotus Notes Automation classes which allowed me to work with it. Now I wanna port this to Java. Last time i used java was about 4 years ago. I got my company to install Eclipse on my c...

How to remove certain classes from autocompletion in Eclipse

How to make Eclipse ignore some classes or packages when invoking autocompletion? I have two classes with identical class name and different package in my project's classpath: bad.package.MyClass and good.package.MyClass. When I type class name and type ctrl-space, Eclipse will suggest importing those two classes. The problem is that i...

Android Install Eclipse project onto DeviceAnywhere

How can I install an Eclipse Android project onto deviceanywhere to test on different devices? Thanks Chris ...

Missing little red "x" in Eclipse explorer and problems view for Java source with compile errors?

The little red 'x' on my Java class files in the project explorer (or package explorer) are missing. They were there...now they are gone. This has happened before and usually a project clean, rebuild will do the trick. Also I unchecked the box that says abort build if build path error occurs. Any ideas? Edit: I am using the Maven M...

Qt C++, Eclipse (on Win 7) - project build failed with "unresolved reference to _Unwind_Resume" error

I've got Windows 7 64-bit and I just installed Qt (open-source, version 2010.04) and integrated it into Eclipse (CDT, version Helios). Everything seemed to went fine, I added paths to both Qt and mingw32 compiler and configured Qt by running configure.exe. The integration with Eclipse works fine too. However, I've problem with the first...

Should I add the .metadata folder to the source control?

I've created a project using PyDev plugin for Eclipse. Now I need to add necessary files to the repository and unnecessary files to the ignore list. What should I do with the .metadata folder? ...

Spring Eclipse Plugin update site

Can anyone point me to spring-eclipse plug-in update location so I can use spring from my Eclipse IDE? None of the ones I found online are working! ...

EclipseIDE: Is there a way to add the workspace path to the Eclipse IDE title bar ?

I sometimes run more than one eclipse one with a new version of a project and another with an older version in a diferent workspace. Add an extra window view of the "new" version and it becomes difficuolt to tell when alt=tabbing which eclipse belongs to which workspace. When a lot of files are involved with minor changes the only way t...

Glassfish 2.1 WSDL/ Tester Problem

Howdy, Im having problems with my glassfish 2.1 install. I am using eclipse Hellios (which i dont think will be a factor in it) and have my glassfish set up as a server within it. I have deployed an EJB and the server see's the install and appears in the web services tab. But when i select Test or view wsdl all i get is Bad Reques...

Eclipse mvn project deploy to jboss

I changed my project to use maven2 (from just plain eclipse dynamic web project) and now I can't do Debug As > Debug on Server (JBoss). Previously I can just do Debug As > Debug on Server (JBoss) and Eclipse will happily copy the war file into jboss deploy directory and I can debug etc. Now it seems like eclipse just don't recognize th...

Docking framework for Eclipse Forms/SWT

Hi, I have a few composites in an Eclipse editor, and the user would like to resize, maximize, restore, and move those composites around in the editor, as if each of those was a portlet. Is there a toolkit for doing this, or is it something that I'll have to build myself from basic facilities like DnD and SashForms? Thank you. Pradyu...

Eclipse find in project?

Does Eclipse have a way to search a whole project for some text? Like Xcode's "find in project" feature. Thanks! ...

How can I install eclipse 64-bit?

How can I install eclipse (Eclipse Classic 3.6.0) on Windows 7 64-bit? help me :( ...

Eclipse: How to ignore .git subdir when adding one project to another project's build path?

Hi, I'm developing an application that is supposed to run on both Android as well as regular Java SE. I have an eclipse project called foobar-core which contains code that is used both by the Android and the SE version. I have another project called foobar-android, which contains all android-specific code. I need to reference some of ...

How do I get my Eclipse shortcuts working again in Helios?

Since upgrading to Helios, some of my main shortcuts have stopped working; I use Control+Option+C for Subversion commit, but since the upgrade, hitting this combination in the navigator view behaves the same as just hitting C (moves to the next element that starts with C). I've tried a few variations, but either get the same behaviour, ...

Can't add project from local Maven repository as a dependency

Hi. I've written a new Maven project and for now let's call it Utils. I've installed it successfully in my local Maven repository. At least the targets clean install print BUILD SUCCESSFUL in the end. I can also find the jar when I navigate to it manually through the Windows Explorer. Now there's another project called Import I've writ...

Building a workspace (J2ME) on Eclipse 3.6.0

Hi all, I am beginning work on development/maintenance of a J2ME MIDlet application that uses the Nokia N97 SDK. As a first step (I have never developed J2ME/Java applications before), I completed the following steps on Eclipse 3.6.0 Helios: Imported the project using the following step: File -> Import -> Existing Projects into Worksp...