Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I had written a small <a href="http://jatinpuri.com/2012/02/clojure-for-netbeans-7/" rel="nofollow noreferrer">post</a> on it on my <a href="http://jatinpuri.com" rel="nofollow noreferrer">blog</a>. Anyways here is the procedure: On searching realized that this is a common problem for installing it on > Netbeans 7.<em>. But with some manual tweeks managed to install it. Here are the instructions to install on Netbeans 7.</em> plus:</p> <ol> <li>Install Netbeans 7. You need only the Java SE version.</li> <li>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</li> <li>Install Maven: It is HIGHLY recommended that you install maven: <a href="http://maven.apache.org/download.html" rel="nofollow noreferrer">http://maven.apache.org/download.html</a></li> <li>Go to the Netbeans->Preferences, click on the Miscellaneous tab and make sure the External Maven Home path is pointed to your maven install</li> <li>Download the EnClojure 1.5 version from <a href="http://enclojure.org/file/detail/org-enclojure-plugin-1.5.0.nbm/223543600" rel="nofollow noreferrer">here</a>. If you want to manually build, you can do that by following the instructions from <a href="http://jatinpuri.com/2012/02/clojure-for-netbeans-7/www.enclojure.org/For+Developers" rel="nofollow noreferrer">here</a>.</li> <li>After downloading the file, In Netbeans: Goto:- Tools ->Plugins->Downloaded->Add Plugins->Downloaded </li> <li>Then browse to the downloaded file. Later install by clicking at the “install : button. Restart and you are on the go.</li> </ol> <p>Visit <a href="https://stackoverflow.com/questions/6619346/a-hello-world-using-netbeans-7-0-enclojure-1-5">here</a> to build and run hello world project.Basically building the EnClojure 1.5 manually is the tough job. I hope above was useful.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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