eclipse

Ant <input/> no longer working in Eclipse Helios (3.6)

I have a build file in my Eclipse projects. One of the things this file does is ask a question via a prompt, using the <input/> tag. Since upgrading to Eclipse Helios, this no longer works, as I'm getting the following error: [input] ***WARNING: Display must be created on main thread due to Cocoa restrictions. Invalid thread access Ho...

How can eclipse preference settings be added to the installation package?

I'm using Eclipse 3.5 Galileo with CDT for embedded C development. I adjusted some workspace preferences (e.g. common environment vars for the toolchain) and would like to optimize the deployment within our team. Currently, I export the preferences into a .epf file and users, which have to setup a new projects/workspace, have to import ...

newbie in Eclipse _ how to find text ?

Warning: It is not programming related question ...I just want to know how can any text I can find from whole folder which I select for find? crtl+f finds a text only in a open document ...but what if i want to know it from whole document ..like in dreamweaver ..when we do ctrl+f it fives trhe option to select folder ... is there any op...

Include path with variable in Eclipse

I try to use gtkmm on Windows using Eclipse and MinGW. In order to set the gtkmm include paths I defined a build variable at "Project Properties -> C/C++ Build -> Build Variables". The varible is called "gtkmm" and is set to "C:/gtkmm". Now I try to add all paths at "C/C++ General -> Paths and Symbols -> Includes". But the problem is...

Why my RCP project cannot build-generate update site?

Hello! Why my RCP project cannot build-generate update site? I've created 3 projects for my Eclipse RCP application: a plug-in project named 'formicary-client2'; a feature project named 'formicary-client-feature'; a update site project named 'formicary-client-site'. Now the plug-in project works well and can be exported as a product...

When does Eclipse copy resources to the output folder?

I noticed that "sometimes" the resources i put into a source folder in my Eclipse project will not be copied to the output folder ("bin") immediately. E.g. i change a properties file using the eclipse editor and save... and "bin" still has the old version. Does anyone know what exactly triggers the copying (and how i can trigger that fr...

jump into interface implementation in Eclipse IDE

You know how in Eclipse, pressing F3 over a method will take you to its declaration? Well I have a method that is part of an interface; clicking F3 over this naturally takes me to the declaring interface. Obviously there is an object implementing this interface and this is where the method is actually implemented. I want, when I press ...

Multiple IDE debugging in Eclipse

Hi all, First off I'm not a Java expert by any stretch, nor am I a regular Eclipse user. Due to personal circumstances of a member of our team I have had to step into the breach and fix some bugs in two java applications currently under development. We have a core application (CORE) and an API which includes a reference to that CORE. W...

How to create a Maven Artifact, from lonely *.jar files?

Hey, I'm using Eclipse to manage my SVN repository, and I have a few projects that depend on the same Jar files, I would like to create a maven artifact of these Jars (if possible using Eclipse) and commit that artifact into my SVN repository for further use. How can I achieve that? Thanks, Adam. ...

Eclipse & NetBeans and using SVN & Maven

Hey, I have an issue, I've created a Maved project with Eclipse, and committed into a SVN repository. from here I tried two approaches: Import the project into NetBeans from the folder of Eclipse workspace. Check the project out of the repository into NetBeans. in both cases, once I clean and build the project, NetBeans deletes the ...

Navigating Java call stack in Eclipse

In debuggers like gdb, when you are stopped at a breakpoint, you can easily move up the call stack and examine the relevant source and stack frame data. How do you do this in Eclipse? ...

Where can I get ADT 0.9.6 for Eclipse 3.5?

I am having problems with Eclipse (3.5.x Galileo) crashing after installing ADT 0.9.7, so I want to try a downlevel version of the Android ADT (with Android SDK r06_windows) to better isolate the issue. When I try to 'check for software' at https://dl-ssl.google.com/android/eclipse/ I can only select 0.9.7? Is there a trick to get the...

How do I statically link sqlite to my android application?

I need to statically link the 3.6.2 version of SQLite against my android application due to a bug that affects the dynamic library bundled with Android < 2.2. I've already compiled and installed 3.6.2 on my development machine, but I'm not sure how I go about linking it to my Android app (developing with Eclipse). I'm not familiar with ...

Why won't Eclipse compile my code in java 1.5 ?

I have installed Eclipse 3.5.2 and the JDK for Java 6. Here's my installed JREs in Eclipse I am trying to compile with an ant build file, part of which looks like this and specifies java 1.5: <target name="compile" depends="build-common, init" description="Compile files. "> <javac srcdir="${src_dir}" destdir="${build_dir}" debug...

How to get from an EditPart to its Editor in Eclipse? (Eclipse plug-in development)

I am writing an eclipse plug-in that extends editor. Inside the editor I put some EditParts. From some of these edit parts I need a reference to their encapsulating editor (so that for example, when clicking an instance of MyEditPart, I want to programmatically close the editor). Please advise on the API to get from an EditPart insta...

Extending the "Dynamic Web Project" Wizard

Is it possible to extend the 'dynamic web project' wizard of Eclipse? I would like to create my own wizard that generates a dynamic web project based on my own templates. I was able to create my own java project wizard and then apply the web facets/natures but I would like to reuse the UI of the 'dynamic web project' wizard. ...

How to get Full Call graph for Documentation Purposes?

Our team is being required to document every method in our code, and describe what's getting passed in and out and such. Is it possible to auto-generate a document containing a full call hierarchy tree starting at a function and going down to all the possible call expansions? How? Using eclipse, spring, hibernate. Also we have access...

How to see JSP errors in the Problem view in Eclipse + WTP

I have installed WTP into Eclipse Galileo. When I open up my JSPs, I get red markers indicating syntax or compile errors. However, I do not see these markers in the Navigator, Package Explorer or the Problems views. Is there a way to see which JSPs have problems in any/ all of these views? ...

Eclipse formtoolkit header

Hello, we are using FormToolkit for some of our editors. We would like to add a button to the form header. The button should be placed by the title text. Any ideas how it could be done? Thanks. ...

JNI sources in the APK

Hi all, I have an Android project with an NDK/JNI library in Eclipse Ganymede. Inexplicably, the bin folder contains a copy of all my C++ sources from the jni folder. So does the APK, if you rename it to ZIP and examine. If I delete those files from bin, then clean and rebuild, they're there again. What going on, please? I have no intent...