I have downloaded these files several times and still can't run
I am running win vista I installed netbeans 6.9.1, , java jdk
1.7.1_01,
mave , installed enclojure , I started a new project, clojure 1.1,
and tried to build itand stalled at 50%
Got to File->New Projects and under categories, select Clojure and
you'll see choices for several Clojure project types. Select the
Clojure 1.1 maven project. This will prompt you for a project name and
default package. Clean and build the project, then right-click on the
project node and "Start a Project REPL"
These are the instructions
=================================================
If you do not have Netbeans v.6.9.1 installed
Install NetBeans 6.9.1. You need only the Java SE version.
First Run of Netbeans after installation. Activate feature Java SE
Activate features is on the Start page or from Tools,-
>Plugins>Installed, click 'Activate next to the Java SE support
Install Maven
It is HIGHLY recommended that you install maven:
http://maven.apache.org/download.html
Go to the Netbeans->Preferences, click on the Miscellaneous
tab and make sure the External Maven Home path is pointed to your
maven install.
One time setup for Enclojure Plugin and updates
Go to the Tools, Plugins and select the 'Settings' tab on the
dialog
Click Add and call the Update Center "Enclojure" and use the
following
http://www.enclojure.org/file/view/nb-6-9-1-updates.xml.gz </
li>
Go to the 'Avalilable Plugins' tab and select the 'Enclojure
Clojure Plugin' and click Install
Any updates to the Enclojure Plugin will be made available via
the update manager in Netbeans.
Getting started with the Enclojure plugin in Netbeans
Got to File->New Projects and under categories, select Clojure
and you'll see choices for several Clojure project types. Select the
Clojure 1.1 maven project. This will prompt you for a project name and
default package. Clean and build the project, then right-click on the
project node and "Start a Project REPL" and you are ready to start
developing Clojure interactively.