Questions tagged [eclipse]

Eclipse is a free and open-source integrated development environment (IDE) written in Java. It offers a large number of plugins and thus can be customized for almost every programming language or software framework.

Eclipse is an open-source IDE platform written mostly in Java and primarily used for Java development through the use of the Java Development Tools (JDT) plug-ins. It is notable for its rich ecosystem of free and commercial plugins and that it is predominantly itself composed of plug-ins.

Eclipse is built on an OSGI implementation called Equinox; the same OSGI-based framework is used for managing its plug-ins at runtime. Eclipse can also be used as a development environment for non-IDE GUI applications, leveraging many of the same plug-ins as the IDE to form a more general Rich Client Platform, called Eclipse RCP.

For C/C++ development, the Eclipse CDT Project provides plug-ins to create a C/C++ development environment within Eclipse.

The Eclipse Web Tools Platform project supplies plug-ins for developing Open web standards-based and Java web applications, and frameworks for building higher-level web tools.

For PHP development, the Eclipse PDT Project provides a plugin to create a PHP development environment within Eclipse, building on features of the Web Tools Platform. The popular commercial Zend Studio is also based on Eclipse.

For Python development, PyDev provides plug-ins, called PyDev, to create a Python development environment within Eclipse.

For Perl development, the EPIC project provides a plugin to create a Perl development environment within Eclipse.

The AndMore project at eclipse.org provides plug-ins to create an Android development environment within Eclipse. Google has ceased developing the Android Development Tools in favor of another solution.

When combined with Cygwin (or MinGW), Mono, and its many plugins, Eclipse provides a crucial part of viable open-source alternatives to using Microsoft Visual-Studio as a Windows software development platform in Windows, whilst also including comprehensive native support for Java.

Download the latest version of Eclipse from eclipse.org
Download Eclipse with Android SDK
Download site for the Eclipse Project itself, including the core runtime and SDK
Eclipse Marketplace featuring Plug-ins, Bundles and Products

Useful Links:


809 questions
144
votes
12 answers

How to disable Ctrl+Shift+U?

Ctrl+Shift+U is a combined shortcut in Eclipse. But when I press it, it shows up a u, just like input with an underline. I guess this shortcut has been declared by Ubuntu, so I can't use it. I used to solve this problem by typing Caps Lock first. Is…
Frank Cheng
  • 1,543
57
votes
2 answers

How to leave the open file in eclipse tab after search?

when we open a file from "Package Explorer" in eclipse, after we use it, it will leave in the tabs. If we open a file from "Search" result, then after we search another keyword, it will disappear, we need to see the search result to find out…
Foolish
  • 1,969
45
votes
8 answers

How do I make all file types open in the internal editor in eclipse?

When using the open file dialog on Eclipse, many file types open in the internal editor as expected (.java, .txt). However, others open in an external editor. For example on my system attempting to open .sh file causes it to open it in emacs, and…
Draemon
  • 778
31
votes
5 answers

Google Chrome pinned to Windows 7 taskbar not opening under pinned icon

I have both Google Chrome and Eclipse pinned to my taskbar in Windows 7 64-Bit. However, when I launch these programs, they don't appear to open under the pinned taskbar icon Eclipse behaves similarly. The Eclipse launcher/workspace selector is…
Chris Bye
  • 3,235
30
votes
12 answers

Failed to load the JNI shared library on starting Eclipse

I downloaded the latest version of Eclipse, but I can not start it. The error message I get is: Failed to load the JNI shared library "C:\Program Files (x86)\Java\jdk1.6.0_20\bin..\jre\bin\client\jvm.dll". How do I fix this? I use 64-bit Windows,…
Jonas
  • 28,660
28
votes
9 answers

Eclipse shows splash screen and closes. How to fix?

Today I restarted my machine, and Eclipse (3.5, downloaded recently) shows a strange behaviour: shows splash screen for less than a sec quits This is in 100% of the cases, so I can't start Eclipse at all. Where can I find logs about this? I…
Bozho
  • 459
25
votes
3 answers

How to push an existing Eclipse project to GitHub?

Currently I'm developing some applications that I want to share with the community using GitHub. I've found a lot of tutorials on how to create a GitHub repository from scratch, but I couldn't find one for sharing an existing Eclipse project. I…
RoflcoptrException
  • 1,875
  • 8
  • 25
  • 36
25
votes
2 answers

Eclipse IDE: How to have the file selected in Project Explorer when focusing on a certain file's tab?

Say I have multiple files opened in Eclipse IDE. I just want Eclipse to show the file in the Project file tree, when I have certain file opened. Just like in NetBeans. In NetBeans when you focus on some opened file, the left tree will be updated and…
bakytn
  • 1,779
25
votes
3 answers

Eclipse doesn't autocomplete and find references anymore

A few days ago I was using autocomplete features and Ctrl-click without any problem. But now those features don't work anymore: the autocomplete shows up but is always empty, and Ctrl-click doesn't work because Eclipse doesn't recognize the classes…
23
votes
9 answers

Is eclipse installation portable?

I downloaded eclipse and unzipped the file into a folder and also added some plugins, changed some settings. If I copied this folder to a pendrive and opened it in another PC, will all my seetings and plugins work out of box?
22
votes
5 answers

Windows 8 & Java Development

I'm considering to upgrade my PC to Windows 8, but I have one concern though. I haven't yet found any "confirmation", that the JDK and Eclipse will work on Windows 8. Have anyone tried to develop/run Java-applications on Windows 8?
Christian Tang
21
votes
1 answer

Does IntelliJ IDEA have the concept of 'workspace' similar to eclipse with multiple maven projects open in parallel?

I have used Eclipse for years and started using IntelliJ IDEA today. I'm used to being able to import multiple maven projects into a workspace and see them all in parallel. I imported a maven project into IntelliJ IDEA today - no problem. I…
hawkeye
  • 615
20
votes
5 answers

Is there a way in Sublime Text to display find results in a panel at the bottom of the current window?

This is a highly useful feature in other editors eg. Eclipse and Notepad++ You get to see the list of find results printed as all the containing lines with their lines in the buffer, which gives you some context, and shows you how the results are…
19
votes
3 answers

How to enable inline JavaScript autocomplete in Eclipse IDE with the Aptana extension

Background I have Eclipse IDE. I have installed the Aptana studio plugin for Eclipse. I am editing an HTML file. JavaScript auto-complete / content assist only works half of the time: Eclipse won’t content assist my functions and variables between…
19
votes
3 answers

how do I delete an Eclipse project when I've already deleted the folder and contents?

How do I fully delete an Eclipse project when I've already deleted the folder and contents? I want to do this so that I can reuse the project name.
H2ONaCl
  • 1,458
  • 4
  • 22
  • 36
1
2 3
53 54