eclipse

Eclipse: Making Eclipse's "search in project" less unhelpful?

Eclipse's "find in project" took is, as far as I can tell, blindingly stupid. Let me illustrate. This is what I get when I run a "find in project": And when I click to see what's in that "closed" skinning folder I get... ... and so on. So how can I make this more helpful? Am I doing something wrong? Ideally, I'd like to see some...

How do you set the command-line arguments in Eclipse?

I'm having trouble setting the command-line arguments in Eclipse. I've searched around the Internet but can't find anything that helps people with invisible textboxes. I even tried pressing the help button and nothing came up. How does one set the command-line arguments in Eclipse for a Java project? Edit: I've tried blowing away Ec...

How to load com.android.music code into Eclipse and compile?

I did a git on the com.android.music app and then created a project in eclipse from existing code. I chose 2.1 as the sdk target but I am getting errors trying to compile. Is the music app referencing code that is not part of the 2.1 sdk? Can someone list the steps for how to compile in eclipse? Description Resource Path Location Typ...

Eclipse standard warning/error overlay icons

I'm writing an Eclipse plug-in... In my custom label decorator, I want to overlay a warning icon, and I'd like to use the standard one used by eclipse (the little yellow triangle). How can I get an image descriptor of this icon? I tried using workbench.getSharedImages().getImageDescriptor(ISharedImages.IMG_DEC_FIELD_WARNING) since t...

Java - How to change context root of a dynamic web project in eclipse

I have developed a dynamic web project in eclipse. Now I can access it through my browser using the following url: http://localhost:8080/MyDynamicWebApp Now I want to change the access url to http://localhost:8080/app I changed the context root from the project properties | Web Project Settings | Context Root But it is not working...

How to include a project in another project using ClassLoader

hi, i want have access of a project(like it classes) into another project.Can i use ClasLoader for that? If so how can i do that? Ex-I want to access classes in Project A in Project B. ...

Update and Install problems with Eclipse

When I try to install/update any plugin from Help -> Install New Software I receive error messages like this: No repository found at http://download.eclipse.org/releases/galileo. or Unable to connect to repository http://pydev.org/updates/site.xml Invalid argument This happens with all Eclipse versions. I use Eclipse on Debian Sid...

Changing UI color in Eclipse

I'm aware of this topic: I've used it to change most of the editor colors, and that's great. But that wasn't enought, there's still too much white (and I need to change it because it hurts my eyes). I've searched in the preferences (both using Eclipse itself and editing the files) for instances of while (255,255,255) and changed them a...

Eclipse code assist show me a bad documentation format

Eclipse code assist show me a bad documentation format. Image: How can I fix this? Thanks ...

in Xcode can you have it automatically highlight references to the selected object like in eclipse?

Hi All, In eclipse when you click on a method name a variable, or an object for example, the same ones are highlited in a specific color elsewhere in the code for easy finding. Is there a similar feature in Xcode? ...

Cannot find a free socket for the debugger in eclipse

Hi, when i try to debug the java programe , it says "Cannot find a free socket for the debugger in eclipse".Could you explain how to resolve the error ? ...

Where is the JTree definition for eclipse's Project Explorer?

Hello, The JTree implementation / Renderer used in eclipse (see the navigation pane on the left side) is extremely good. I've checked out the eclipse source code and am looking through it, but can't seem to find the reference to the JTree used. Does anyone know which package contains the definition of this pane? Thanks! ...

Import Eclipse Plugin

Hey everybody, I developed an Eclipse plugin (a view) using the plugin development version of Eclipse. I exported the plugin as a jar archive and now I would like import it in another version of Eclipse, but it doesn't recognize the plugin. This is my first plugin so I might have forgotten something obvious. I searched the internet for...

How load text into JavaStackTraceConsolePage programmatically?

In my Eclipse plugin I'd like to send a Java console output (loaded from some other system) to the Java Stack Trace Console. In pseudo-code it'd be something like: get the console output from the other system obtain a reference to a JavaStackTraceConsolePage instance send the text to the console page display the console i.e. switch fro...

Using eclipse and maven 2, how to get dependancy for sqljdbc4?

I am using eclipse with the maven 2 plugin. I want to add the dependency for sqljdbc4, how can I do that? Can't seem to find it via the 'add dependency' option in eclipse? ...

How to Implement "Code Bubble" like User Interface?

The new Code Bubble IDE has been in the news. I wonder if there are useful libraries to implement this kind of interface (for other applications)? I prefer java or python. I understand Code Bubble has been implemented on Eclipse. ...

Created a maven project in Eclipse, moved directory location, how to open it now?

I created a maven2 project in eclipse, and then I moved the folder to another location. How can I open that project now in eclipse, I can't seem to find a 'open an exisiting maven' project or the like? Opening the file pom.xml just opens the file, kinda stuck sorry. ...

Tomcat V6.0 and eclipse issue

When I start Tomcat from Eclipse v3.3.1.1, it starts, but when I try to access a web application from a browser it does not detect that the server is started. I need to stop the server from Eclipse and then restart it by running start.bat and then the web app works fine. Can anyone tell me why is this happening? ...

How can i load a class from another project using ClassLoader

hi, i want to access a class from another project in the workspace using ClassLoader. How can i specify the path to that class and get that class file ?I am using Eclipse . Help ...

How to add project

hi, i am using eclipse. In eclipse for a class how can i invoke the "build path" property(which appears on right click) ? Then i want to invoke the "configure build path" property and add a project in the project tab. I know that i can do it by right click etc but I want to write code for that.Is it possible?Help ...