-
Notifications
You must be signed in to change notification settings - Fork 81
NetBeans
abedra edited this page May 4, 2011
·
2 revisions
- Install the Netbeans 6.9.1 Java SE bundle
- Download the nbgit plugin, storing the .nbm file.
- In Netbeans install the nbgit plugin: Tools->Plugins, Downloaded. Select "AddPlugins" then "Install" pointing it to the .nbm file from the previous step.
- Follow the Enclosure install directions starting at "One time setup for Enclojure Plugin and Updates".
- In a terminal or 3rd party tool, clone the labrepl project.
- In Netbeans, File->Open Project and point it to the cloned labrepl project from the previous step.
- Right-click the labrepl project and select Start Project Repl
- In the REPL console, type:
(require 'labrepl)
(labrepl/-main)
- Browse to http://localhost:8080
- Enjoy the labs!