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.

learn more… | top users | synonyms

49
votes
7answers
16k views

How to use an existing database with an Android application [duplicate]

I have already created an SQLite database. I want to use this database file with my Android project. I want to bundle this database with my application. Instead of creating a new database, how can ...
55
votes
7answers
75k views

How do I import the javax.servlet API in my Eclipse project?

I want to develop with Servlets in Eclipse, but it says that the package javax.servlet cannot be resolved. How can I add javax.servlet package to my Eclipse project?
332
votes
59answers
344k views

R cannot be resolved - Android error

I just downloaded and installed the new Android SDK. I wanted to create a simple application to test drive it. The wizard created this code: package eu.mauriziopz.gps; import android.app.Activity; ...
483
votes
12answers
107k views

What is a serialVersionUID and why should I use it?

Eclipse issues warnings when a serialVersionUID is missing. The serializable class Foo does not declare a static final serialVersionUID field of type long What is serialVersionUID and why is ...
130
votes
7answers
95k views

How can I use external JARs in an Android project?

I have created an Android project and added an external JAR (hessian-4.0.1.jar) to my project. I then add the JAR to the buildpath and check it of in Order and Export. Order and Export is ignored it ...
1049
votes
13answers
174k views

“Debug certificate expired” error in Eclipse Android plugins

I am using Eclipse Android plugins to build a project, but I am getting this error in the console window: [2010-02-03 10:31:14 - androidVNC]Error generating final archive: Debug certificate ...
258
votes
11answers
239k views

Recommended Eclipse plugins to generate UML from Java code

Are there eclipse plugins that you can recommend for generating diagrams (UML, sequence) from Java code?
119
votes
12answers
50k views

NoClassDefFoundError - Eclipse and Android

I'm having a problem trying to run an Android app which, up until adding a second external library to its build path, was working fine. Since having added the scoreninja jar, I now get a ...
187
votes
7answers
162k views

Access restriction on class due to restriction on required library rt.jar?

I'm attempting to compile Java 1.4 code that was created by IBM's WSDL2Java on Java5 without recreating the stubs and saw this error in Eclipse. I'm under the assumption that the stubs created should ...
440
votes
23answers
187k views

Tricks to speed up Eclipse [closed]

Which tricks do you know to make the experience with Eclipse faster? For instance: I disable the all the plugins I don't need (Mylyn, Subclipse, …). Instead of using a plugin for Mercurial ...
141
votes
21answers
150k views

What is the best IDE to develop Android apps in? [closed]

I am about to start developing an android app and need to get an IDE. Eclipse and the android eclipse plugin appears to be the natural choice. However I am familiar with intelliJ and re-sharper so I ...
87
votes
10answers
153k views

How to set the java.library.path from Eclipse

How can I set the java.library.path for a whole Eclipse Project? I'm using a Java library that relies on OS specific files and need to find a .dll/.so/.jnilib. But the Application always exits with an ...
473
votes
6answers
102k views

'Must Override a Superclass Method' Errors after importing a project into Eclipse

Anytime I have to re-import my projects into Eclipse (if I reinstalled Eclipse, or changed the location of the projects), almost all of my overridden methods are not formatted correctly, causing the ...
71
votes
46answers
100k views

Developing for Android in Eclipse: R.java not generating

I've found out that my R.java is never updated, so it doesn't contain info about my new resources, so I decided to delete it and thought that Eclipse will generate a new one. But that didn't happen ...
157
votes
17answers
130k views

How to solve “Plugin execution not covered by lifecycle configuration” for Spring Data Maven Builds

I am trying to work with Spring Data and Neo4j. I started by trying to follow this guide linked to by the main site. In particular I based my pom.xml off of the Hello World example file. Here is a ...
8
votes
1answer
3k views

Structure for multiple JSF projects with shared code

I have two JSF projects that share a lot of code - java classes, xhtml files, tag libraries, css and javascript files etc. My dev environment/platform consists mainly of Eclipse, Ant, Perforce and ...
120
votes
5answers
46k views

Android Min SDK Version vs. Target SDK Version

When it comes to developing applications for Android, what is the difference between Min and Target SDK version? Eclipse won't let me create a new project unless Min and Target versions are the same!
41
votes
4answers
20k views

Eclipse CDT C++11/C++0x support

Eclipse 3.7.1 CDT 1.4.1 GCC 4.6.2 This is an example of a piece of C++11 code: auto text = std::unique_ptr<char[]>(new char[len]); The Eclipse editor complains about: Function 'unique_ptr' ...
248
votes
38answers
59k views

Useful Eclipse Java Code Templates

You can create various Java code templates in Eclipse via the Window->Preferences->Java -> Editor -> Templates e.g. sysout is expanded to: ...
28
votes
5answers
32k views

How to enable LogCat/Console in Eclipse for Android?

While working on a simple program in Android, I mistakenly closed LogCat window and I want to know how to show it again.
119
votes
7answers
18k views

Which eclipse files belong under Version Control

Which eclipse files is it appropriate to put under source control, aside from the sources obviously. In my project, specifically, I'm wondering about: .metadata/* project-dir/.project ...
45
votes
12answers
7k views

Do you keep your project files under version control? [closed]

Do you keep project files like Eclipse's .project, .classpath, .settings under version control (e.g. subversion)?
159
votes
5answers
69k views

Eclipse/Java code completion not working

I've downloaded, unzipped and setup Eclipse 3.4.2 with some plugins (noteable, EPIC, Clearcase, QuantumDB, MisterQ). Now I find when I'm editing Java projects the code completion is not working. If ...
58
votes
9answers
38k views

java.io.Console support in Eclipse IDE

I use the Eclipse IDE to develop, compile, and run my Java projects. Today, I'm trying to use the java.io.Console class to manage output and, more importantly, user input. The problem is that ...
66
votes
11answers
68k views

Good free UML tool for Java/Eclipse? [closed]

I'm looking for a free and easy-to-use UML diagramming tool for Java. In particular I'd looking for something that would integrate with Eclipse, as most of my codebase is in Eclipse. Any ...
88
votes
6answers
42k views

Admob Error in Eclipse for android:configChanges

Eclipse is giving me an error on the android:configChanges line in my AndroidManifest.xml: <activity android:name="com.google.ads.AdActivity" ...
50
votes
4answers
6k views

What is the difference between javac and the Eclipse compiler?

Is Eclipse's Java compiler just a wrapper around the same core that the javac program is wrapped around, or is it a separate compiler altogether? If the latter, why would they reinvent the wheel?
30
votes
4answers
60k views

Java: export to an .jar file in eclipse

Im trying to export a program in eclipse to a .jar file. To my project in I have added some pictures and pdf. When im exporting to jar file, it seems that only the main has ben compiled and exported. ...
13
votes
4answers
15k views

Installing Eclipse (3.4+) plugins in a directory other than ECLIPSE_HOME/plugins

There used to be a way to do this, but I can no longer find this in Eclipse 3.4.1 installation I have. Does anyone know how to do this?
44
votes
7answers
74k views

Cannot run Eclipse; JVM terminated. Exit code=13

I just append -vm C:\Program Files\Java\jre6\bin\javaw.exe in eclipse.ini then I try to start eclipse again and got this error. Give me how to solve or link that actually solve it. this is my ...
7
votes
4answers
22k views

Eclipse: Attach source/javadoc to a library via a local property

I have a third-party library in my SVN repository and I'd like to associate source/javadoc with it locally in Eclipse. I.e., there should be some local setting (for example, an entry in the ...
93
votes
21answers
298k views

Eclipse - no Java (JRE) / (JDK) … no virtual machine

I am trying to get Eclipse Galileo to re-run on my computer - i have run it before with no problems but now i keep getting this error: A java Runtime Environment (JRE) or Java Development kit ...
21
votes
5answers
28k views

Tomcat started in eclipse but unable to connect to link to http://localhost:8085/

I configured Tomcat Server 6.0.24 in Eclipse and started successfully with console display: Feb 17, 2010 4:24:31 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache ...
197
votes
27answers
221k views

Failed to load the JNI shared Library (JDK)

When I try opening Eclipse, a pop-up dialog states: Failed to load the JNI shared library "C:/JDK/bin/client/jvm.dll"`. Following this, Eclipse force closes. Here's a few points I'd like to ...
43
votes
4answers
69k views

Aptana Plugin for Eclipse and jQuery code assist

I want to use autocomplete for jQuery in Eclipse. The Aptana Plugin is installed: Aptana Web Development Tools Version: 1.5.1.25495-787Y07jbcbrChz-Tq2k383275 Support for jQuery also: Aptana ...
32
votes
4answers
24k views

Android ==> Memory Analysing ==> Eclipse memory analyzer?

I need to check my application for memory leaks, i also need to see the memory allocation of my application. I downloaded and installed eclipse memory analyzer, and it looks like the first step is to ...
22
votes
2answers
11k views

SLF4J: Failed to load class org.slf4j.impl.StaticLoggerBinder error

Regarding Eclipse IDE (Indigo and Juno (32 and 64 bit versions)) Platforms: Windows, Ubuntu, Mac m2e version: 1.1.0.20120530-0009, 1.2.0.20120903-1050, 1.3.0.20130129-0926 The above error came ...
108
votes
9answers
25k views

How to turn off the Eclipse code formatter for certain sections of Java code?

I've got some Java code with SQL statements written as Java strings (please no OR/M flamewars, the embedded SQL is what it is - not my decision). I've broken the SQL statements semantically into ...
33
votes
5answers
11k views

What's wrong with debugging in Eclipse on Android? [duplicate]

Possible Duplicate: Seemingly useless debugging environment for Android I've obviously been spoiled by Visual Studio, because although I'm just learning Android and the Eclipse environment, ...
62
votes
23answers
48k views

Android Eclipse - Could not find *.apk [closed]

I know this question has been asked before and I have seen a plethora of solutions out there, yet none seem to work for me. I was able to build my apk without issues until this error started cropping ...
20
votes
5answers
6k views

What code folding plugins work on Eclipse 3.6?

I am new to java development environment and I find it difficult to manage my code properly. .Net provides the #regions which is a good solution for code management. I am using Eclipse environment ...
5
votes
3answers
398 views

Eclipse giving error, missing R.java file after recent update

I have updated my SDK and ADT to the latest version, I have also update the Eclipse to Kepler the latest one after Juno. My ADT version is 22.0. After this update when I create a new project, I'm ...
40
votes
3answers
35k views

phonegap - splash screen for Android app

Could anybody please advise how I can add a splash screen to my HTML5 Phonegap based Android App. I just want it to display for 5 seconds on load. ALso - can anybody advise what dimensions the ...
64
votes
7answers
45k views

Build Eclipse Java Project from Command Line

Is there a way to compile an Eclipse-based Java project from the command line? I'm trying to automate my build (using FinalBuilder not ant), and I'm neither a Java nor Eclipse expert. I can probably ...
148
votes
27answers
68k views

ADT requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found

I'm installing the Android SDK on a fresh installation of Fedora 14 (Linux). I installed eclipse, and ran the tools/android sdk tool to install all the Eclipse components for the SDK. I was able to ...
72
votes
10answers
24k views

Is there a Macro Recorder for Eclipse?

Anybody know of a good eclipse plugin for recording and playing back macros? I've tried this one, but it didn't do me any good- seemed like it wasn't ready for primetime. I know about editor ...
37
votes
12answers
36k views

Integrating tomcat and eclipse as a hot-deploy environment

I would like to setup eclipse and tomcat in an integrated fashion such that changes to my JSPs and servlets(if possible) are reflected immedietely without requiring a deployment. Ok, this is one of ...
37
votes
2answers
18k views

Eclipse plugins vs features vs dropins

What is the difference between the plugins, features and dropins folder from an eclipse installation? What is the correct use of these folders?
47
votes
9answers
18k views

In eclipse, unable to reference an android library project in another android project

As I was writing up this question I managed to solve it so repeat it here for the benefit of others. Here is the initial problem: I have created a very simple library project which I want to ...
39
votes
10answers
93k views

How to add native library to “java.library.path” with Eclipse launch (instead of overriding it)

I got a native library that needs to be added to java.library.path. With JVM argument -Djava.library.path=path... I can set the path as I want. My problem is that my other library (pentaho reporting) ...

1 2 3 4 5 99