Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An Integrated Development Environment (IDE) should be used to develop source code.  Eclipse is a good choice, as it is free, widely used, and well supported.

Info
titleSolving Startup Problems

 If Eclipse hangs during startup or while initializing the current workspace, then try starting using eclipse -clean -clearPersistedState which will often resolve these types of issues.

Before You Start

Before you start to setup Eclipse, you should follow the instructions at Installing HPS Java to install locally the HPS Java trunk, which contains the various modules that will be loaded as projects.

...