Marauroa on NetBeans: Difference between revisions
Content deleted Content added
imported>SimonSmall m →Start NetBeans: some clarification |
imported>SimonSmall Moved versions to Talk. Minor corrections |
||
Line 1:
= Introduction =
These instructions assume that you will
Note that the Marauroa
See the Talk page for version information.
= Requirements =
If not already installed, you will need the following.
== Java ==
The Marauroa engine is written using Java. You will need to install the Java Development Kit (JDK) from [http://www.oracle.com/technetwork/java/javase/downloads/index.html].
== NetBeans ==
Line 19 ⟶ 21:
== Marauroa Source ==
You can take the source code from the repositories, but these instructions use the released version available from the website
== Directory structures ==
The following directory structure is one suggestion and is used in the instructions. Choose a different one if you wish.
You will need a location where you can save the files needed for development. The top level location is referred to as DEVPATH. Replace this with whatever you have chosen as that location. Do not create any sub-directories yet.
Line 37 ⟶ 40:
Return to the NetBeans IDE (Projects tab). It should have rescanned the files and read them into the project. If not, select Source, Scan for External Changes from the menu. A red exclamation mark warning icon shows the location of several errors. Right click the Libraries branch of the Project tree, and select Add Jar/Folder. Browse to the the libs directory for this project and select the h2.jar file. Wait until the Scanning process has finished, then repeat for each of the jar files copied from the source file libs directory (or use Ctrl-click to select multiple jar files). All red warning icons should disappear.
== Build Marauroa ==
Line 89 ⟶ 45:
If there are no errors in the package, select Run, Clean and Build Project from the NetBeans menu bar. This will create marauroa.jar in the dist directory.
Select Run, Generate Javadoc from the NetBeans menu bar. This will create the Javadoc documentation files in the dist\javadoc directory, and open the index.html file from that directory in your web browser. The javadoc files contain the
== Completion ==
| |||