Versions Compared

Key

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

...

Download Eclipse: http://eclipse.org/downloads/index.php

Install the Mevenide plugin

Note
titleSource Path

You may have to change the source path of the project, otherwise Java may be inclined to look for packages src.org.lcsim.* instead of org.lcsim.*. This can be done by right-clicking on the project and selecting Properties->Java Build Path. The src/ folder should be selected as the only source folder.

Note
titleExternal Dependencies

When working with external libraries such as org.lcsim, you have to add those libraries to the build path. This can be done by right-clicking on the project and selecting "Properties->Java Build Path->External Libraries". Select add external jar and choose the Jars from your JAS3 installation path. They are in the subdirectories extensions and libs as well as in $HOME/.JAS3/extensions

More advanced users may want to install the Mevenide plugin and build org.lcsim from source