How to get rid of a false error in IBM RAD 8 / Eclipse?
I use JSP include and from my IDE (IBM RAD 8) I get an error that it can't find variables and that imports can't get resolved but those variables and imports are actually handled in the file that ...
Find all nodes that have an attribute that matches a certain value with scala
I saw the following example on Nabble, where the goal was to return all nodes that contain an attribute with an id of X that contains a value Y: //find all nodes with an attribute "class" that ...
How to use external diff viewers in eclise ? Is there any diff viewer avialable for eclipse?
I am working on a java project in eclipse . Every time commit a file i want to view what are all the changes have done in this file . In eclipse its hard to analyze which lines are removed , added …
Red exclamation mark in Eclipse with mercurial
I have imported a project with Mercurial (hg clone ...). When opening it with Eclipse, a red exclamation mark appears by the project's name in the Project Explorer, and it cannot be built. Silly ...
Binary operator with Option arguments
In scala, how do I define addition over two Option arguments? Just to be specific, let's say they're wrappers for Int types (I'm actually working with maps of doubles but this example is simpler). I …
Eclipse shortcut for Compare With Head Revision
I want to have a keyboard shortcut for comparing the current open buffer with the HEAD version of that file. This is available in the context menu by clicking Compare With/Head Revision. I tried to …
ProgressMonitor for OSGi services
I wanted to implement ProgressMonitor for an OSGi services. I understand the protocol of IProgessMonitor and how it should be used within service. However, I do not know how the implementation of ...
Generalized Steps for configuring imported jsf project's libraries in eclipse
i have checked similar posts and have googled but could not find an eligible answer to this. When ever i import a jsf project from some other system (where its working fine) OR delete the tomcat ...
Can somebody explain the eclipse.p2.profile
I'm organizing a build of an eclipse RCP. Using the p2-director one property is the profile. The eclipse documentation only states the below explanation, which isn't that clear in my view. ...
Where did the EclipseLink/Maven repository go to?
The link quoted on the EclipseLink/Maven wiki ends on an Error 403 page on switch.ch. If you are redirected to a better mirror then that would already be the answer. If not: where did the repository …
Is it possible to make subfolders in the “Show View” menu?
Let's say I have some view called "My View". I know I can create a category, "My Category", and place my view inside it. I'd like to create a subfolder/category inside "My Category" called "Sub ...
Which OSGi specification implementation am I using when building against the Eclipse 3.7 Target Platform?
I know the difference between using Eclipse as target platform and using Equinox as target platform when creating an Eclipse plug-in (also explained in this thread). Now I have implemented my first …
Monitoring what goals are invoked by m2e while building project
After setting up lifecycle mapping Eclipse is invoking some of Maven goals (described in lifecycle mapping) as a part of build process. What I want to know is what exactly goals are actually invoked …
Error in MANIFEST.MF of SWTBot test plugin
I would want to try out SWTBot to test our RCP application's user interface. For that I started with the sample test which worked perfectly as documented here. I wanted to try similarly on our ...
Eclipse RCP multithreading
I have an eclipse rcp application. And I have a command when this command is executing. I need to start a thread. After execution of this thread GUI must be updated. But I suppose that this thread or …
Building RCP with support for Eclipse projects
I want to create an Eclipse RCP from our collection of already existing Eclipse plugins. We have the pecularity that in our RCP we want the user to be able to open ("import") Eclipse projects (we ...
Using Eclipse for androidSDK, when I go to run, I get WARNING: Data partition already in use. Changes will not persist!
I am completely new to Java, and Android, and eclipse. When doing the initial Hello, Android tutorial, I go to run and get the following: WARNING: Data partition already in use. Changes will not ...
Error: Element q not found…SeleniumRC in Eclipse…Stacktrace and Code provided..Resolutions pls?
The below code is the code, which is written for Selenium in Java and which is been tried to be executed/run in the Selenium Standalone server. But, getting an error, for which stacktrace is attached. …
Eclipse spell checker - How do I remove a word I didn't add?
I noticed when I type a word it is NOT flagged as misspelled by the Eclipse spell checker, but I'd like it to be. The word is not in my user dictionary. How can I tell Eclipse that I'd like that ...
Get application element
I have a toolbar button and a command tied to this button. I need to make this button disabled and enabled in this command. How I can get this button from a command? And more in general: How I can get …
GAE CloudSQL with MySQL access denied
I have a web application that is working fine under the following environment GWT 2.4.0 RestEasy 2.3.2.Final JAX-RS & JAXB Hibernate JPA 2.0 (hibernate-entitymanager + hibernate-validator) ...
Compilation Fail In require while using perl
I had developed some scripts on my machine using epic & perl. But when i copied them on to other machine, I get an error message "Compilation Failed in required". How can I handle this
Eclipselink not saving update to a field inside an Entity
I am using Eclipselink and I have a JPA Entity that is basically a byte array of gzipped data stored as a blob in the database. However, this data is wrapped in a class that manages the byte array and …
Error images to download android 3.0
I have a problem that is driving me crazy, I'm doing an application that downloads an xml parameters, these parameters are paths of images such as: ...
Creating Scala Project with Eclipse, sbteclipse — directory layout
I am trying to use Eclipse as my IDE, and I have installed sbt as build tool and sbteclipse as build tool plugin for Eclipse. I followed a sbteclipse tutorial ...
Java Development on a Mac - Xcode, Eclipse, or Netbeans
I've been using Xcode for the usual C/C++/ObjC development. I'm wondering what are practical considerations, opinions of Xcode, Eclipse or NetBeans usage on a Mac for Java development? Please don't …
how to use the jcoverage java tool by using ANT in eclipse
I wanna prepare jcoverage report for my unit tests by using ANT and eclipse. I'm using Apache Ant(TM) version 1.8.3 compiled on February 26 2012 selenium-server-standalone-2.20.0 junit-4.8.1.jar …
Eclipse PHP editor suddenly broken
I'm using Eclipse, and after a restart, I suddenly can't open PHP files. When I try, I get a popup error box saying: Error opening the editor. (Time of error: [now]) Reason: No editor descriptor …
EGit - set up remote tracking correctly when creating a branch
When I create a new branch from a remote branch using EGit I get the wrong remote tracking set up: I create the local branch feature1 from the remote branch refs/heads/master and immediately push to …
How to import specific classes from a whole jar?
I want to use Blob class from appengine-api-1.0-sdk-1.6.3.jar in my android Project. Now importing to whole jar terminates the app at apk installation. And also nor reasonable ...