eclipse

Eclipse: Show XQDT output in Eclipse's graphical XML editor?

I'm using the XQDT (XQuery Development Tools) plugin for Eclipse, and I'd like to view query results in Eclipse's graphical XML editor rather than in the console. Does anyone know of a way to redirect output in this way? ...

Multiple Projects with Eclipse

I have workspace inside of Eclipse which has 2 projects in it. I want to reference project #2 from project #1, but when I go to Project -> Properties -> References, and tick the project that I want to add as a reference, I am still not able to instantiate the classes from project #2 inside of project #1. This is a blackberry app, devel...

How do you make eclipse use an existing svn working copy?

I've got a working copy checked out with svn; furthermore, I've created a new project in Eclipse that has the root of the working copy as the project's location. I want to be able to do stuff like compare versions from Eclipse. I have Subclipse 1.4.8, but that doesn't seem to give me what I want. Am I doing something wrong? ...

eclipse pdt >> publish from workspace

I'm learning Eclipse PDT for PHP development. In pretty much all tutorials I've read they put the eclipse workspace inside the document root of the webserver (htdocs in my case). Is this common practice? I mean; I don't like the configuration files on my (test) webserver. Isn't there a way to publish the changes to webserver's folder fr...

eclipse is not building my EAR correctly - sometimes it forgets the war, and always leaves out my library jars - why?

I just upgraded to eclipse galileo from ganymede sr2 and now eclipse is doing a really bad job of building my EAR file during deployment. There are several utility jars that are supposed to be included that it is completely ignoring, and there is a single war file that it only includes in the EAR occasionally. Thus, when I deploy to gl...

Portable Eclipse

I'm trying to port my entire 'workspace' to a USB key (including the Eclipse executable) so that I can carry my work anywhere with me and work off the key directly. My directory hierarchy is similar to this: /workspace/eclipse - Where my current eclipse binary is stored /workspace/codebase - Where I keep the root of all my eclipse pr...

Attach the Java Source Code

I cannot for the life of me attach the java source code to eclipse so I can see the inner workings of the language. Not even something as simple as the String Class. when I run java -version this is what I have: java version "1.6.0_14" Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Java HotSpot(TM) Client VM (build 14.0-b16, mixe...

Eclipse UI Plugins

Hi all, In a custom Eclipse's product We are asking ourselves: Should we create one single UI plugin for all the user interface matters or should we broke these matters in several plugins (for example, ui.views - ui.preferences - ui.properties etc ...) It seems Eclipse's "official" products such as CDT, JDT ... only have one UI plugin...

What comes after Eclipse Galileo?

What's the name of the Eclipse release for 2010? I can't find it anywhere. ...

Error Preverifying Class - Java / Eclipse / Blackberry

I have two projects in the same workspace using a single workspace with Eclipse. Project1 - References Project #2 and also contains the "Java Build Path" for Project 2 Project2 - doesn't reference anything Project1 package is called Project1 Project2 pacakge is called Proejct2 I import Projec2 into Project1 using: import Project2.Cl...

In eclipse, reveal current file in filesystem

In eclipse, is there a way, to reveal the currently selected file in the filesystem. I currently need it to open in explorer, but it could also be in finder or nautilus. Basically, I do not need the "Open with System Editor" option. I would like a right-click menu with the option: "Show file in explorer/finder/nautilus". Thanks ...

Apache Tomcat 404 Error

I downloaded Apache Tomcat 6.0.2 And created a new server in Eclipse New -> Server Select "Tomcat v6.0 Server", Next Tomcat Installation Directory -> Where I unzipped Apache Tomcat 6.0.2 Finish Then I start the server and go to http://localhost:8080/ to see if it works. And I get a 404 error. I've already googled it and tried to fin...

PDT installed but PHP Perspective is missing

I have installed PDT 2.1 but i can't switch to the PHP Perspective, any ideas? ...

SVN Branching in Eclipse (Conceptual)

I understand the basic concept of a branch and merge. All of the explanations I've found talk about branching your entire trunk to create a branch project and working on it and then merging it back. Is it possible to branch a subset of a project? I think an example will help me explain best what I want to do. Suppose I have an applicati...

Fix Eclipse java references database corruption?

How do I make eclipse rebuild the database of classes contained within a project or workspace? This is what it uses to make the "References" menu action work, what it uses for the "Add import" dialog, etc. Basically, it's part of the core usefulness of Eclipse. And now, it's only working for maybe 5% of my project. I've run into this pr...

Visual C++ 2008 Express Or Eclipse Ganymede With CDT

I'm learning C++, and I want to know from those who are very good developers now: What is the best IDE, Visual C++ 2008 Express or Eclipse Ganymede with CDT? Remember that I'm using Microsoft Windows Vista Ultimate. Thanks! The book that I'm reading is from Deitel: C++ How to Program, 5/e, because I don't know if the code of the book su...

Using Eclipse C++ CDT in Linux

I want to use Eclipse to develop C++ projects on Linux. Particularly I want to modify stable and widely used open source projects using the Eclipse CDT. One of them is Intel Opencv. There are tutorials to create simple c++ projects like here: http://www.ibm.com/developerworks/opensource/library/os-eclipse-stlcdt/ . I have seen plent...

How to configure behavior of the "assign parameter to new field" quickfix in eclipse?

I love Eclipse's quickfixes. I use the "assign parameter to new field" often, but I would very much like to tweak it to not include the final keyword. (GWT RPC doesn't serialize final fields, and I am doing lots of GWT RPC right now.) I have not been able to find a setting that controls this quickfix. Is there a setting I am missing...

Eclipse PDT "tips" ?

Hi ! (Yes, this is a quite opened and general and subjective question -- it's by design, cause I want tips you think are great !) I'm using Eclipse PDT 2.1 to work in PHP, either for small and/or big projects -- I've been doing so for quite some times, now, actually (since before 1.0 stable, if I remember well)... I was wondering if a...

Disable Hot Code Replace for the Eclipse Java debugger

When you change Java code while in a debugging session, Eclipse will upload the updated class files into the running JVM (hot code replace). This even works for remote applications. Is there a way to turn Hot Code Replace off (within Eclipse, not at the remote JVM)? We want to be able to debug our test and staging servers remotely, but...