eclipse

Eclipse "cannot find the tag library descriptor"

I have a JEE project which build fine with Ant, deploys perfectly to JBoss, and runs without any trouble. This project includes a few custom tag libraries, which are also working without any difficulties. The problem is with the Eclipse IDE (Ganymede): in every single JSP file which uses our custom tags, the JSP parser flags the taglib ...

Why do my aspects get executed in their original setting and not when packed as a separate jar and called from elsewhere?

Hi all, I am a newbie to aspectj... I have written the following aspect which is intended to add logging to function calls of type public * doSomething*(..). If my main class is part of the same project the weaving of the aspect is performed without a glitch and the code executes. If I pack up the weaved code into a jar and call it fr...

Import an existing svn project into eclipse

Hi, I have a folder on C drive which is already checked out from SVN. In somewhere in that folder, I have a eclipse project folder. It is already on svn repository. I started eclipse, imported that project but I am not sure how to connect it to svn. When I was working on a cvs repository, eclipse cvs discovered its setting when I tried...

Android - Unknown Error when trying to use networking

Hey, I've just started developing Android applications. I'm having a little problem with networking. If I run the following code I get an "unknown error" exception message: import org.apache.http.impl.client.DefaultHttpClient; import org.apache.http.client.ClientProtocolException; import.org.apache.http.client.methods.HttpGet; import...

Most useful shortcut in Eclipse CDT

I would like to make a cheat sheet presenting the most useful (and time saving) shortcut for Eclipse CDT (C++). Can you share what are the most useful shortcuts that you use in CDT? Please, post only general shortcuts (available when doing C++) or CDT specific. ...

Sign a jar file exported from Eclipse 3.5?

Is it possible to sign a jar file as you export it from Eclipse 3.5? Or a plugin to allow this to happen? I can easily export a runnable jar, and sign it myself using jarsigner, but manually doing this every change is not efficient. ...

Which has better Eclipse support: git or Mercurial

I work in a team of Java-developers who are very familiar with Eclipse. Most of the team uses Windows. We are switching our main project from CVS into something newer. Subversion seems already old and not really that much better than CVS. We are really interested in distributed version control systems, mainly Mercurial and git. Which of ...

NetBeans "link with editor" feature

I use mostly Eclipse and have played around a little bit with NetBeans. The feature I have missed most is the "link with editor" which Eclipse has but I haven't found in NetBeans. The idea is that if I turn "link with editor" on, the editor window will always be in sync with the tree view on the left side (in Eclipse it's called "package...

NetBeans and Eclipse-like "run configurations"

Is it possible to create anything similar to Eclipse's "run configurations" in NetBeans? I am working on a huge project which is currently not divided into any subprojects in Eclipse. There are in fact many applications in the project which have their own main-methods and separate classpaths. I know, it's a mess. I'm considering about ...

Using Eclipse 3.5 PDT, how do I stop it from automatically converting <? into <?php ?> ?

I just upgraded to Eclipse 3.5 PDT, and everytime I type <?, it converts it into <?php ?>. How do I turn that off? ...

Trouble debugging C++ using Eclipse Galileo on Mac

I am trying to debug c++ code using Eclipse Galileo on my MacBook Pro running Leopard. It's my first time trying this. I have a complicated c++ program I'd like to debug, but to test things out, I just tried to debug and step through the following: #include <iostream> using namespace std; int main() { int x = 0; cout << x << endl; ...

Maven repository for Eclipse BIRT runtime

I'm trying to find a maven repo to allow me to add BIRT reporting dependencies to a Eclipse Dynamic Web project. The closest I've found is http://repository.jboss.org/maven2/org/eclipse/birt/, but when that repo is added to the m2eclipse indexes, the BIRT artifacts are not found. As per http://dev.eclipse.org/newslists/news.eclipse.tech...

Eclipse CDT: Make a project rebuild when a library built in another project was rebuild

We have several C projects in Eclipse, using CDT (CodeSourcery++). There are two projects that build libraries for use in the "main" project that builds the final application. Now we find that rebuilding one of the libraries does not cause the main project to be also rebuild. Obviously, there is no dependency in the makefile to cause t...

Eclipse indentation problem

Eclipse 3.5 indents this code correctly: addWindowListener(new WindowAdapter() { @Override public void windowClosing(WindowEvent e) { dispose(); } }); but as you can see, it indents this code incorrectly: final Action closewindowaction = new AbstractAction("Close window") ...

Eclipse and Command Line's Java output differs

Could there be any obvious reason why a Java program I run from the Eclipse IDE's output is different from what I get if I do the same with the command line in Windows (XP)? I am using the JDK 1.6.0_04 and Eclipse 3.4.0 The program creates threads and then tests a locking algorithm. In Eclipse, the threads do not interfere with each oth...

javaw.exe.manifest hangs when starting eclipse

I am using an older eclipse and swt 3.1. I tried using the javaw.exe.manifest file hoping to get SWT to use the XP theme styling. But whenever i starts, eclipse just hangs and nothing is shown or executed. Anyone has any experiences with this? thanks javaw.exe.manifest ...

Forcing Eclipse to generate standard Unix makefiles

I have an Eclipse project I've been working on for some time now, and I'd like to open source it. But to do that I'd like to have a clean Makefile like the majority of other open source programs. I understand I could make my own, but it would be better if Eclipse could manage it for me. Getting Eclipse to generate a CMake file would be e...

Product build based on features on Eclipse RCP

I have the following problem. I have a product build that includes several features. I have a main, product feature and I want to add some of the embedded features from eclipse, basically the features org.eclipse.rcp org.eclipse.jdt org.eclipse.platform There is two places where I can add these features: I can add them to the produc...

Is there a free Help Authoring tool available for Eclipse?

I need to write on-line help (Eclipse help format) for an Eclipse plugin. I tried out the evaluation of Help Composer that comes as part of RCP Developer from Instantiations and it pretty much does what I am looking for. However at $500 per license it's way overkill and over budget for my needs. Surely there must be some other tool for ...

What is the best open source common lisp implementation that works with Eclipse?

I have started working my way through Practical Common Lisp and am looking for a Common LISP implementation that works on Eclipse. It would be nice if it had some kind of IDE integration besides the editor and the REPL (although I'm not sure what that would be). Also, I have Linux, Windows, and OS X, although my primary workstation is a ...