Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.
Nathan Harrison edited this page May 2, 2017 · 2 revisions

Most developers prefer to work on only their piece of the project (e.g. HTCC reconstruction) within an IDE such as Eclipse. To do this, do the following (using HTCC as an example):

  1. Clone the entire repository (see the quick start guide)

  2. Open Eclipse and do File -> New -> Java Project and name your project (e.g. "htcc-reco")

  3. Uncheck the "Use default location" box and click "Browse..." and navigate to your cloned copy of the repository

  4. Continue to navigate to reconstruction/htcc/src/main/java/ and click "Open" (the Location field should now be "/somePath/clas12-offline-software/reconstruction/htcc/src/main/java") and click "Finish"

  5. You can now develop your code. If you see a red "X" on you project then you have to add any dependencies to the Java Build Path (right-click the project -> Properties -> Java Build Path -> Add External JARs...)

Clone this wiki locally