Eclipse
From InteractivePrototyping
Contents |
Starting to Use Eclipse
Download
- Get Eclipse IDE for Java EE Developers:
First Run
- If you see a big, annoying screen with a lot of graphics on it, click on the arrow with the tooltip "Go to Workbench".
- You're in! The next step will be to add the rest of the tools we need.
Troubleshooting
- Trying looking at the Eclipse installation wiki page and the FAQ page for installation troubles.
Plugins
Installing
- To install a plugin, go to Help > Install New Software...
- Most plugins will have what's called an update site. This site will automatically install everything you need AND help keep you current with the latest updates.
- For example, if you go to the download and installation page for Subclipse, you will see an update site for the 1.6.x release:
- Drop the update site url into the "Work with:" field in the Eclipse install window and hit "Add...". In the pane below, you will see all the software available to be installed. Click on the checkboxes for the plugins you want and then click "Finish".
Useful Plugins
Perspectives
- On the upper right of the Eclipse IDE, click on the icon (it'll have a plus sign in it) to add the perspective (such as PyDev or Java) to your workspace.
- Now, you'll be able to see all the code highlighting, etc.
Languages
Working with Python
- Use PyDev, which is available here:
Working with Processing
- Look for the Eclipse Processing exporter
- Here are some additional sites that may help:
Other Languages
We won't cover these in class, but Eclipse can work with a huge range of languages, including a few we use around here a lot:
Working with ActionScript
- Use the Flex plugin, which is available here:
- You can get a free license as a student by going here:
Working with C/C++
- Check out the available software in the Software Updates section under help. Look for the CDT plugin!
- If you've had success getting OpenFrameworks or other C/C++ frameworks running, please post

