Development environment
If you want to develop LSC, you need some extra tools, as well as the basic Requirements:
- Java Virtual Machine (JDK) >= 1.5 (tested on Sun 1.5 and 1.6 VM)
Maven
- Add the
mvn
command line wrapper to Maven in your path (through ~/.bashrc or something equivalent)
IDE integration
You can use Eclipse, NetBeans, etc to edit the Java code. Integrating LSC and it's Maven dependencies is described here.