Top "Eclipse-jdt" questions

Use this tag for questions about the Eclipse JDT (Java Development Toolkit) project which provides the plug-ins that implement a Java IDE supporting the development of any Java application, including Eclipse plug-ins.

How to install jdt.core in eclipse locally?

I'm needing to install the eclipse JDT.Core plugin locally (eg download the file with site.xml etc), as opposed …

java eclipse eclipse-jdt
How do I get rid of "Current text selection cannot be opened in an editor" in Eclipse?

Sometimes, I get this message in the status bar when I press F3 on a Type in a Java editor: …

eclipse-jdt
An internal error occurred during: "AppXray Indexing..."

I installed Oracle WebLogic Tools for Eclipse Luna and now I get the error in the title at startup. I've …

java eclipse weblogic eclipse-jdt eclipse-luna
How can I add build path items to Eclipse 3.5 using relative paths?

Eclipse 3.5 added support for relative buildpath/classpath items, yet I cannot seem to find a graphical way to add relatively …

eclipse build eclipse-jdt
How to get "active editor" in Eclipse plugin?

In my Eclipse plugin, I need to know when the editor that is visible on the screen has changed. I …

java eclipse eclipse-plugin eclipse-cdt eclipse-jdt
eclipse shortcut for enabling / disabling JAVA breakpoints

I'm looking for a shortcut to completely enable / disable all JAVA breakpoints (analogue of pushing the "Skip all breakpoints" button …

java eclipse editor eclipse-jdt
Java refactoring tools

Possible Duplicate: A tool like ReSharper, but for Java? I make very heavy use of the Java code refactoring tools …

java eclipse refactoring eclipse-jdt
What does "Computing additional info" mean?

Eclipse Helios periodically starts running a job which displays "Computing additional info". During this time, Eclipse is very sluggish, bordering …

eclipse eclipse-jdt
How can I import eclipse JDT classes in a project

I want to do the following imports in a class. import org.eclipse.jdt.core.dom.*; import org.eclipse.jdt.…

eclipse eclipse-jdt
JDT weaving is currently disabled

I just installed Eclipse standard 4.4 Luna, and after installing the Scala IDE and friends I get JDT Weaving is currently …

scala eclipse-jdt scala-ide