Note that there are some explanatory texts on larger screens.

plurals
  1. POFailure creating clojure project in Netbeans
    text
    copied!<p>I decided to take a look at Clojure and thought the best and easiest method for me would be to use Netbeans with the Enclojure plugin as I didn't want to have to learn Emacs at the same time. I installed Netbeans 6.9.1 together with the latest JDK using the bundled install (on Windows 7). All went smoothly. I then followed the instructions at <a href="http://www.enclojure.org/gettingstarted" rel="nofollow noreferrer">http://www.enclojure.org/gettingstarted</a> for installing the enclojure plugin.</p> <p>When creating a new Clojure application I get the following and see no project files :</p> <p>java.io.IOException: Could not connect to URL nbresloc:/org/enclojure/ide/templates/project/ClojureProjectTemplate-1.1-distribution.zip. No such resource was found.</p> <ul> <li>Maven is working using mvn --version</li> <li>I have installed on both Windows 7 and Ubuntu 10.04 (same result).</li> <li>I have looked on the Enclojure forum and there is a recent open thread for this issue, but it is not solved by anybody presently.</li> <li>I have Java SE enabled in Netbeans</li> <li>I have tried enabling the different platform versions of Clojure, 1.0.0, 1.1.0, etc..</li> <li>The REPL seems to be working happily in Netbeans : (printf "hello") hellonill</li> <li>I did try ClojureBox on Windows 7, but again that's Emacs, but emacs failed to start the server and hung there and became totally unresponsive.</li> <li>I come from a .Net background (not Java) so my knowledge of the Java environment is somewhat lacking. My reason for looking at Clojure and not Java.</li> <li>I am new to Netbeans</li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload