Difference between revisions of "DF NetBeans IDE Setup"
Jump to navigation
Jump to search
(Created page with "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: <co...") |
|||
Line 7: | Line 7: | ||
<pre> | <pre> | ||
File -> Open Project -> Open the folder with the git repository and select clas12-offline-software/reconstruction/dc. | File -> Open Project -> Open the folder with the git repository and select clas12-offline-software/reconstruction/dc. | ||
− | Projects Tab -> Right Click on clas12detector-dc -> Properties -> Run -> | + | Projects Tab -> Right Click on clas12detector-dc -> Properties -> Run |
− | + | -> Set the working directory to /path/to/clas12-offline-software | |
− | + | -> add -DCLAS12DIR=coatjava to the VM Options | |
+ | |||
</pre> | </pre> |
Revision as of 22:04, 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, launch NetBeans. Then:
File -> Open Project -> Open the folder with the git repository and select clas12-offline-software/reconstruction/dc. Projects Tab -> Right Click on clas12detector-dc -> Properties -> Run -> Set the working directory to /path/to/clas12-offline-software -> add -DCLAS12DIR=coatjava to the VM Options