eclipse

There might be a site for customized eclipse downloads..

Anyone who heared about .customized eclipse. Where you can preselect packages before the download. thx.. Sven ...

Eclipse project management with SVN

Hi, As we work in team today, and we use different OSes, is it possible to manage a Eclipse project through different plateforms (Windows, Mac OS X and Linux), and with different SVN clients ? If we put all files of the (Java) project, the bin subdirectory and metadata files comes in conflict, teamworkers can't import project localy, e...

Eclipse Django Plugin

Is there an Eclipse plugin to help with Django projects/apps? If there are multiple choices, what is your recommendation? ...

How can I configure a Servlet in Eclipse to use a JPA project?

I am using Eclipse Galileo and I wanted to deploy a simple application, using JPA, GlassFish 2.1 and MySQL 5. Unfortunately, I could not find any tutorials for GlassFish 2.1 (just for 3.0, but I cannot use it). I created a JPA project, added a MySQL5 connection and generated an Entity from the database. The generate JPA class is: pac...

Accessing webserver running within Eclipse from outside the workstation

Hi, my question is the following. I run a web project targeted to be deployed on the Google Appengine locally from within Eclipse. So the server starts up and it can be accessed normally by typing localhost:8080 into some browser. Everything fine so far. But what I need is to access it from outside, say from a friend's machine (which ob...

Setup Google Test (gtest) with Eclipse on OS X

What is the procedure to setup Google Test to work under Eclipse on Mac OS X? I followed the instruction in README to compile and install gtest as framework from XCode. Now I want to use gtest with Eclipse. Currently, it compiles fine but fails during build. I suppose Eclipse does not use framework concept as XCode does and need a diff...

Using class as a field name in JDT dom

Hello, I'm trying to add a call to the StaticClassName.class field access to an existing class using JDT's Dom methods. I get an IllegalArgumentException when I try to create a simple name using ast.newSimpleName("class"). I think this is because JDT treats it as a keyword when it is also used as a field name. Is there anyway to make ...

Installing Git on Eclipse

How can I install Git on Eclipse? I found tutorials on http://cho.hapgoods.com/wordpress/?p=159 but there was said that "You should then see the eight Eclipse projects 'org.spearce.something.'" I don't see those eight projects. ...

How to compare a file in a project with one in the filesystem in eclipse?

I have an eclipse project containing a source file. Now I have a different version of that file somewhere in the filesystem (not inside an eclipse project). I can open the second file in eclipse, but I find no way to compare it to the first file. How can I compare these two files? ...

Eclipse plugin: create a new file

Hi, I'm trying to create a new file in an eclipse plugin. It's not necessarily a Java file, it can be an HTML file for example. Right now I'm doing this: IProject project = ... IFile file = project.getFile("/somepath/somefilename"); // such as file.exists() == false String contents = "Whatever"; InputStream source = new ByteArrayInput...

Developing JNI applications with Eclipse (Combined Java/C++)

Hello. Have anyone successfully managed to setup a combined Java/C++ project for Eclipse? What I am trying to do is quite simple; 1) Compile my Java sources 2) Run Javah to create the JNI interface 3) Compile all the C/C++ sources 4) Link native shared library + package the JAR Hints or even real projects which work are much welcome....

Ant's global property WEBLOGIC_HOME in eclipse

Ant in Eclipse has the global property WEBLOGIC_HOME but while it gives a correct tooltip in the editor it doesn't work in a build script, e.g. <taskdef name="wsdlc" classname="weblogic.wsee.tools.anttasks.WsdlcTask" classpath="${WEBLOGIC_HOME}\server\lib\weblogic.jar" /> gives: build failed: wsdlctask cannot be found. When I replace...

Is there a way to debug a subprocess using pydev?

Hi all I'm using Eclipse / PyDev trying to find a way to debug code that uses subprocess.Popen to create a child process: I want to be able to debug the child process that is created. The problem is that I cannot find a way to debug accross process boundaries, and I'm guessing that it is actually not possible. Still, you never know un...

Error starting weblogic in eclipse

When I start a Weblogic Server 11gR1 (10.3.1) in the server tab in Eclipse (3.4.2) I immediately get an error popup: Starting ... has encounterd a problem. Server ... failed to start. However the starting continues and the server ends up in RUNNING mode after some 8 seconds. No ears deployed, fresh domain and/or server instance. It used...

Mylyn Eclipe TODO integration

In Eclipse, I use the Mylyn plugin for viewing my open tickets from a repository. But, also in our code, we have some places where the TODO marker is view. The TODO markers show up on the "Tasks" pane, whereas the Mylyn view shows up in the "Task List" pane. Is there a way to integrate the two so they show up in the same pane and the TOD...

Eclipse: shortcut for "move to left editor" and "move to right editor?

If I've got my Eclipse windows split vertically, is there any keyboard shortcut to move to the logical left/right editor? For example, in the image blow, the right editor is selected, and I want to move to the left window: For those of you who know Vim, I am trying to recreate c-w h and c-w l. ...

Eclipse CDT: how to get rid of a specific warning?

How do I get rid of the "deprecated conversion" warning in CDT? I know how to #pragma it out of the compilation process but the highlighting in the CDT is annoying! ...

Eclipse for Visual Studio dummies

Looking for links to good information for Eclipse beginners. I've been a c# developer for sometime and I feel like I'm swimming in molasses. I'm especially interested in anything like the snippets functionality and how to use it (for example the prop snippet to create a property) ...

Watch Date in Eclipse for Java Application

I have been trying to add to the Watch window a Java Date object (java.util.Date). Sometimes, when i hover over a Date in the source editor view, it shows the Date value in a readable format (e.g. 2009 Oct 26 14...) but sometimes, it just does not show the Date value but it only shows the declaration of the date variable/identifier. So a...

Mercurial Eclipse Plugin

Where can I find a good Eclipse Mercurial Plugin? ...