<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Creating_a_Netbeans_Project</title><link>https://sourceforge.net/p/frcsimulator/wiki/Creating_a_Netbeans_Project/</link><description>Recent changes to Creating_a_Netbeans_Project</description><atom:link href="https://sourceforge.net/p/frcsimulator/wiki/Creating_a_Netbeans_Project/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 25 Oct 2012 19:26:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/frcsimulator/wiki/Creating_a_Netbeans_Project/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Creating_a_Netbeans_Project modified by Wolfgang Faust</title><link>https://sourceforge.net/p/frcsimulator/wiki/Creating_a_Netbeans_Project/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,7 @@
 The code is split up into three separate parts:
-* ***WPILibJ***: The original WPILibJ, with pieces taken out as they are replaced with updated files in the library.
-* ***Library***: Replacements for files in WPILibJ.
-* ***Client***: The GUI client and example code.
+- WPILibJ: The original WPILibJ, with pieces taken out as they are replaced with updated files in the library.
+- Library: Replacements for files in WPILibJ.
+- Client: The GUI client and example code.
 
 All three parts must be put into one NetBeans project.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wolfgang Faust</dc:creator><pubDate>Thu, 25 Oct 2012 19:26:14 -0000</pubDate><guid>https://sourceforge.netdd38bbd6eea6397f5de7c9b868c5836c3810db15</guid></item><item><title>WikiPage Creating_a_Netbeans_Project modified by Wolfgang Faust</title><link>https://sourceforge.net/p/frcsimulator/wiki/Creating_a_Netbeans_Project/</link><description>The code is split up into three separate parts:
* ***WPILibJ***: The original WPILibJ, with pieces taken out as they are replaced with updated files in the library.
* ***Library***: Replacements for files in WPILibJ.
* ***Client***: The GUI client and example code.

All three parts must be put into one NetBeans project.

1. In NetBeans, go to File &gt; New Project.
+  Select Java &gt; Java Project with Existing Sources, and click Next
+  Give the project a name and location, then click Finish.
+  In a terminal, cd to the project folder you have created, then enter the following commands: (Note: this will check the project out from the read-only SVN.)
    svn checkout svn://svn.code.sf.net/p/frcsimulator/client/trunk client
    svn checkout svn://svn.code.sf.net/p/frcsimulator/library/trunk library
    svn checkout svn://svn.code.sf.net/p/frcsimulator/wpilibj/trunk wpilibj
+  Right-click the project in NetBeans, and choose Properties.
+  Select Sources from the list on the left, then click Add Folder... next to Source Package Folders.
+  Control-click and select the client, library, and wpilibj folders, then click OK.
+  Click OK again.

When you first run the project, you will be asked to choose a main class. Select net.sourceforge.frcsimulator.Client (it should be the only one) and click OK.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wolfgang Faust</dc:creator><pubDate>Thu, 25 Oct 2012 19:24:13 -0000</pubDate><guid>https://sourceforge.neta8acd0fb911744f211dd878cfbe3b7cbded9021e</guid></item></channel></rss>