Development Environment » History » Version 1
Version 1/21
-
Next » -
Current version
Luke Murphey, 04/24/2010 01:52 PM
Development Environment¶
Below is information regarding what you'll need if you want to modify or develop NSIA. You can use whatever IDE you like, or you can use a preconfigured instance of Eclipse.
Compiler Requirements¶
NSIA requires Java JDK 6 (1.6) in order to compile successfully. It will not compile on earlier versions of Java (including Java 1.5).
Libraries¶
Make sure that the libraries (under the /lib directory) are on the classpath. Additionally, JUnit 3 is required for the unit tests. Note that you will get errors if you link to JUnit 4 as opposed to JUnit 3.