Eclipse

From InteractivePrototyping

Jump to: navigation, search

Contents

Starting to Use Eclipse

Download

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

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

Working with Processing

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

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
Personal tools