eclipse

Android Eclipse plugin missing options menu to edit XML's

I have looked everywhere for the answer to this question, but cannot find anything on it. Is there anyone that can help me with this predicament? Thank you. P.S. - I apologize if this question does not belong here, if it does not I will remove it. ...

Eclipse WTP does not publish project dependencies in WebContent

Hi, I am currently working on a Java EE project. I have successfully developed a web service and deployed it under the build-in Apache server of Eclipse, for test purpose. I have now split my project into 2 projects : A master one and a dependency one (let's say "Utils"). When developing, eclipse doesn't complain about compilation prob...

Committing failed from Egit eclipse

Hello, I am trying to commit my stuff to github from eclipse on ubuntu. But I get the message: Committing changes has encountered a problem. Committing failed Prepairing trees /var/www/project/public/.htaccess.save (permission denied) I don't know how to solve this problem. Can anyone help me? ...

How To Manually Add Project To Eclipse Without Using Eclipse

I'd like to manually create the folders/files on the file system that create a new project in a workspace in eclipse, and show up in the Project Explorer when eclipse is started and the workspace is selected. What files would need to be created to do this and where would they need to be? Please understand that I do not want to open ecl...

PyDev Hangs when opening a module

Win XP SP3 Eclipse 3.5.2 PyDev 1.5.7 Python 2.6.5 & 3.1.2 While trying to set up PyDev on Eclipse, everything works fine until I try to open a module (.py file) for editing, at which point Eclipse locks up. ...

Problem with ADSafe and JSLint

I am using the JSLint plugin for Eclipse from Rockstarapps and JSLint multi 1.1 (Yahoo Widgets) On both I keep getting ADSafe warnigns, no matter if I check or uncheck the ADSafe checkbox in the JSLint settings. I am not using and I don't need any ADSafe functionality, how to get rid of the JSLint warnings in JSLint multi and Eclipse? ...

Android library: resources are merged, code is not

Hi all, I'm trying to set up an Android application with an Android library project dependence in Eclipse. I've set up a project called AnTest and a library project called AnLib. I've provided a reference to AnLib in the project properties of AnTest. Now I'm trying to refer to some library code (a static public method) from AnTest. Eclip...

Eclipse Jar export script

I have a shared project that I'd like to split up in Eclipse. It's an android shared library which some packages should just be jar files others need to be smaller shared libraries. What is the best way to handle this other than manually creating smaller projects? Also is there a way to create a script to create exported jar files from...

Why "Install New Software..." menu entry is located under Help in eclipse.

well, the title sais it all, but i was recurently wondering about that. Its just like in some older versions of windows, you had to hit the "Start" button to "Shutdown" the system ...

How to show process bar in middle of the screen in Blackberry using Eclipse

How do I show the process bar in the middle of the Blackberry screen using Eclipse? ...

Add an image to a BlackBerry Screen

How do I make an image suitable for adding to a Screen on a BlackBerry? ...

How to store image in PersistentStore and how to retrieve from PersistentStore in blackberry eclipse

Hi Friends How i can store image in PersistentStore and how to retrieve from PersistentStore in blackberry eclipse, please give me sample example. Thanking you ...

Eclipse isn't able to checkout QuantDesk_UI

I am not able to checkout the code of QuantDesk_UI in Eclipse. I am able to checkout others, which means that there is some error in the repositry of QuantDesk_UI. I am getting "svn has encountered a problem, not able to checkout", "Ra layer request failed". This is what I did: Open SVN Repository perspective Right click on the left s...

How to hook custom compiler logic based on annotations

I want to define a few annotations that will allow extra warnings/errors to be reported during compilation (similar in concept to the @Nullable and @NotNull annotations in IntelliJ). I would like to be able to write some compiler hooks that will also add my compilation logic based on those attributes. I want a generic hook if possible,...

In Equinox Is it possible to to mark an OSGi bundle as started from its containing feature's p2.inf?

I have an Eclipse feature which includes several bundles. I want to tell p2 to mark one of those bundles as started when the feature is installed. This is possible using the bundles own META-INF/p2.inf like so, instructions.configure = markStarted(started: true) but I want to do this at the feature-level rather than the bundle-level (...

How can I create Spring web project with Maven in Eclipse?

I tried to make project by selecting Archtype Web Application from Eclipse create new maven project. But when I created a new java Class to project sources folder, it didn't contain packacge name in package and source folder was included in class path. So is there something wrong with my setup or why doesn't Eclipse add automatically pac...

What are good continuous testing tools for Eclipse today (2010)

The question is in the title. This is almost the same question, but it's dated, so I think one should not be considered a dup: http://stackoverflow.com/questions/77090/are-there-any-good-continuous-testing-plugins-for-eclipse-out-right-now ...

Android: run 2.0.1 app on 1.5 emulator in Eclipse

Hi everybody, In Eclipse, I have set my project's target build to 2.0.1 (right click on project folder -> Properties -> Android). In my AVD manager I have a number of emulators - one for 1.5, one for 1.6 and one for 2.0.1. How do I tell Eclipse to run the project (built to 2.0.1) on the 1.5 emulator? The "Run configurations" menu gives ...

How to programmatically specify JRE javadoc location in eclipse?

You can manually set it via _Package Explorer / JRE System Library / rt.jar -> contextmenu -> properties - Attach Javadoc.. And the settings are stored in .metadata.plugins\org.eclipse.core.runtime.settings\org.eclipse.jdt.launching.prefs. I wonder is there anyway I can programmatically specify it? Thanks a lot! ...

Android Eclipse Error: "Gson cannot be resolved to a type"

I'm relatively new to Java, eclipse and android so this could be a completely silly question, but I'm going to ask it none the less. I've got a project I'm learning with to test connecting to the flickr api and simply displaying recent images. I'm at the point now where I want to parse the JSON received from flickr. I've downloaded gso...