124,920
questions
1997
votes
18
answers
284k
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 expired ...
1306
votes
13
answers
270k
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 ...
1295
votes
42
answers
679k
views
How can you speed up Eclipse?
How can you make the experience with Eclipse faster?
For instance: I disable all the plugins I don't need (Mylyn, Subclipse, …).
Instead of using a plugin for Mercurial, I configure ...
1131
votes
108
answers
906k
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;
...
1046
votes
44
answers
1.7m
views
Can't start Eclipse - Java was started but returned exit code=13
I am trying to get my first taste of Android development using Eclipse. I ran into this problem when trying to run Eclipse, having installed version 4.2 only minutes ago.
After first trying to start ...
1011
votes
32
answers
1.3m
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 ...
970
votes
39
answers
1.6m
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 are a few points I'd like to ...
952
votes
23
answers
573k
views
How do I change Eclipse to use spaces instead of tabs?
By default Eclipse indents with a hard tab character. How do I change it to spaces?
845
votes
15
answers
682k
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 generated ...
764
votes
14
answers
457k
views
Does a "Find in project..." feature exist in Eclipse IDE?
Does Eclipse have a way to search a whole project for some text like Xcode's "find in project" feature?
751
votes
16
answers
448k
views
How can I show line numbers in Eclipse?
How can I show line numbers by default in Eclipse?
725
votes
38
answers
1.6m
views
No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
I'm compiling a project in Eclipse using m2eclipse. I set the JDK path in Eclipse like this:
Windows-->preferences-->installed jres--> jdk1.7.xx path
But this is showing an error
[ERROR] ...
716
votes
24
answers
313k
views
Eclipse HotKey: how to switch between tabs?
How can I switch between opened windows in Eclipse? There is Ctrl+F6, but it's asking me which one I want, but I want switch it like tabs in browser or window in operating system (Cmd/Win+Tab) without ...
685
votes
10
answers
310k
views
Clearing coverage highlighting in Eclipse
After running coverage reports in Eclipse (using cobertura or an EMMA plugin), my source code files get highlighted in green, red and yellow depending on which lines of code were covered by tests.
...
681
votes
22
answers
191k
views
IntelliJ show JavaDocs tooltip on mouse over
In Eclipse, when hovering over a method, variable, etc. a tooltip is displayed with the corresponding JavaDocs. Is there such a feature in IntelliJ?