Eclipse is an open source IDE with plugins available to support a large variety of languages. This tag should only be used for questions about the Eclipse IDE and not for generalized programming topics.
0
votes
0answers
3 views
Push notification pending intent call
I have my Push notification receiver defined as code below. I am using Pending Intent Loading.class.
I want the push notification when clicked open the app from the loading page. However it may be ...
0
votes
0answers
6 views
JADE and JDBC MySQL connection giving classnotfound exception
protected void setup() {
System.out.println("Hello Buyer Agent "+getAID().getName()+" is now ready....");
String url = "jdbc:mysql://localhost/";
String dbName = "testdb";
String ...
-1
votes
0answers
9 views
Eclipse and SVN Changelists
How do I setup changelists (http://svnbook.red-bean.com/en/1.6/svn.advanced.changelists.html) in Eclipse ?
1
vote
1answer
7 views
Resource not available Apache Tomcat
I frequently use apache tomcat with Eclipse without any problems
Now I change my computer , following the traditionel steps to configure tomcat with eclipse
1) unzip tomcat folder
2) Eclipse->new ...
0
votes
0answers
6 views
How can I commit objects instead the current session on EclipseLink?
I have the current problem: My company has a RCP app which uses EclipseLink, and we make use of Views and Editors, and the Editors have a method called isDirty() which points if the current object was ...
0
votes
2answers
8 views
Eclipse type declaration points to wrong package
In eclipse when I control click or select an object an hit "F3", I get directed to a class in a jar instead of the package in eclipse.
Of course the jar content has the same class as the package in ...
0
votes
0answers
3 views
error loading wsdl content deployed on tomcat 7.0
I'm testing a basic web service application written in java using eclipse. to elaborate, I have created a "Dynamic Web Application" with an interface with @WebService annotation, and another class ...
0
votes
0answers
6 views
Draw different rectangles
I try to draw rectangels on a canvas (in eclipse ADT).
There should be one row with 9 rectangles with smaller inner ones filles with red. This works and looks like this:
http: ...
0
votes
0answers
5 views
Netty server down (Server is running in eclipse debug mode )
My netty server suddently stop accepting TCP connection. It works fine til last night.The server is hosted in remote, it is running in eclipse Version: "Juno Service Release 1" in debug mode.I didn't ...
0
votes
0answers
9 views
Eclipse auto-complete with place-holders?
When I invoke a method or constructor and use Ctrl-Space to select the signature I want, the output I get is shown below. Note that place-holders have been used for the arguments.
Now, if started ...
0
votes
0answers
14 views
Is it possible to use the Gradle build system for Android with Eclipse?
I've an app that needs to be build multiple times with different resources for different customers (branding, configuration, and pre-loaded data change between customers).
In the wake of this year's ...
0
votes
0answers
8 views
Eclipse Hellios 3.6.1, Web Page Editor, Could not open the editor JSP
I am using Eclipse Hellios 3.6.1 and when I try to open a JSP containing this character <%= (e.g. <link href=" <%=request.getContextPath()%>) with the Web Page Editor it throw
this error:
...
0
votes
0answers
18 views
Android: Camera in use by another app…but there is no other app using the camera
so I am trying to use the front camera on an android tablet to take pictures by using the Android Camera API, but I keep getting an error during runtime that says "the camera is in use by another ...
0
votes
1answer
17 views
Always shows NO RESULTS in ASSOCIATE WITH SONAR in Eclipse Juno
I am trying to Configuring SonarQube in Eclipse.It successfully connected to localhost:9000. It does always show NO RESULTS while Right click on project -> CONFIGURE -> ASSOCIATE WITH SONAR...
0
votes
1answer
13 views
Shared classes for Android and Spring MVC projects
I've a client-side Android project and a server side Spring MVC project. Some classes defining rest messages exchanged between client and server are common, and could be useful to define a common ...