Difference between revisions of "DF NetBeans IDE Setup"

From New IAC Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
If your on Ubuntu, netbeans can be gotten by: <code>sudo apt-get install netbeans</code>. Otherwise, it can be found [https://netbeans.org/downloads here].
 
If your on Ubuntu, netbeans can be gotten by: <code>sudo apt-get install netbeans</code>. Otherwise, it can be found [https://netbeans.org/downloads here].
  
Once NetBeans is installed and a local git repository has been created, launch NetBeans. Then:
+
Once NetBeans is installed and a local git repository has been created as, launch NetBeans. Then:
 
+
*File -> Open Project -> Open clas12-offline-software/reconstruction/dc
 
+
*In the projects tab, right click on "clas12detector-dc" -> Properties
File -> Open Project -> Open the folder with the git repository and select clas12-offline-software/reconstruction/dc.
+
**In the Run section:
Projects Tab -> Right Click on clas12detector-dc -> Properties -> Run  
+
***Set the working directory to /path/to/clas12-offline-software
-> Set the working directory to /path/to/clas12-offline-software
+
***Add <code>-DCLAS12DIR=coatjava</code> to VM Options
-> add -DCLAS12DIR=coatjava to the VM Options
+
**In the Actions section:
Projects Tab -> ... -> Properties ->
+
***Under Actions, select "Run project"
 
+
****Add the environmental variable Env.TORUSMAP=clas12-fieldmap-torus.dat
-> blah
+
****Add the environmental variable Env.SOLENDOIDMAP=clas12-fieldmap-solenoid.dat

Revision as of 23:08, 21 May 2018

These instructions are for installing the NetBeans IDE and setting it up for clas12-offline-software development.

NetBeans

If your on Ubuntu, netbeans can be gotten by: sudo apt-get install netbeans. Otherwise, it can be found here.

Once NetBeans is installed and a local git repository has been created as, launch NetBeans. Then:

  • File -> Open Project -> Open clas12-offline-software/reconstruction/dc
  • In the projects tab, right click on "clas12detector-dc" -> Properties
    • In the Run section:
      • Set the working directory to /path/to/clas12-offline-software
      • Add -DCLAS12DIR=coatjava to VM Options
    • In the Actions section:
      • Under Actions, select "Run project"
        • Add the environmental variable Env.TORUSMAP=clas12-fieldmap-torus.dat
        • Add the environmental variable Env.SOLENDOIDMAP=clas12-fieldmap-solenoid.dat