StendhalNetBeans: Difference between revisions

Content deleted Content added
imported>AntumDeluge
imported>AntumDeluge
StendhalNetBeans: Updating instructions for NetBeans 8.0.
Line 73:
<li>In the root directory (labeled <default package> in the project explorer tab) delete the two new files: manifest.mf and nbbuild.xml.</li>
<li>From the "Projects" tab select the Stendhal project and go to the menu bar and select "File -> Project Properties" (or right-click the project and select "Properties").</li>
<li>Select the category "Libraries" and underin the "Compile" tab click "Addleft-hand JAR/Folder"pane.</li>
<li>Under the "Compile" tab click "Add JAR/Folder".</li>
<li>Navigate into the "libs" directory of the Stendhal root directory.</li>
<li>Select all the .jar files and click "Open".</li>
<li>Select the category "Run" in the left-hand pane.</li>
<li>Under "Configuration" click "New" and add a "Configuration Name" for the server and click "OK".</li>
<li>Fill in the following information:</li>
 
<pre>
Runtime Platform: Project Platform (should be Java 1.5 or greater)
Main Class: games.stendhal.server.StendhalServer
Arguments: Can be left blank.
Working Directory: Can be left blank.
VM Options: -Xmx128M
</pre>
 
<li>Again under "Configuration" click "New" and add a "Configuration Name" for the client starter and click "OK".</li>
<li>Fill in the following information:</li>
 
<pre>
Runtime Platform: Project Platform
Main Class: games.stendhal.client.update.Starter
Arguments: Can be left blank.
Working Directory: Can be left blank.
VM Options: Can be left blank.
</pre>
 
<li>Click "OK".</li>
</ol>