|
Instructions for setting up TASSEL in NetBeans |
|
|
|
Go to team->subversion->checkout... in "repository url" enter https://tassel.svn.sourceforge.net/svnroot/tassel click "next" click "browse" next to "repository folders" and select the "maizegenetics" folder. click "browse" next to "local folder" and select "My Documents/NetBeansProjects" click "finish"
Now you've downloaded the TASSEL code, but some important libraries are missing, as indicated by all the large red exclamation points in your source tree. To resolve these errors you need to include the missing libraries. Open the "projects" tab at the left-hand side of the Netbeans window and find the project that was just imported. Right-click on "libraries" and select "Add JAR/Folder". In the dialog box that pops up, go to "My Documents/NetBeansProjects/maizegenetics/lib". Select all files in the "lib" folder except for the ".svn" subdirectory and click "open".
|