Version 4, last updated by Alex Dubois at 20 Jan 04:18 UTC
Using Netbeans
You will need the Scala plugin for Netbeans.
The Maven plugins for NetBeans works with Scala plugins.
Enable JRebel (optional)
JRebel (formerly known as JavaRebel) is a plugin for the Java Virtual Machine that enables on-the-fly reloading of changes made to Java class files.
ZeroTurnaround provide a free JRebel license for developers using Scala. You can obtain the license from their site.
Once you have registered your licence, download and install JRebel following the instructions received. You may want to install the JRebel Netbeans’ Plugin to be able to continue to use the debugging facilities of NetBeans to debug JVM applications that use JRebel.