Btw - I have created an installer for leiningen on Windows, that makes sure
that your JDK is set up properly.
http://leiningen-win-installer.djpowell.net
On Wed, Apr 10, 2013 at 10:30 AM, Dmytro Kozhukhar wrote:
> SOLVED
>
> Just installed JDK instead of JRE and it works ok.
>
>
> On Wed, Apr 1
SOLVED
Just installed JDK instead of JRE and it works ok.
On Wed, Apr 10, 2013 at 12:09 PM, Dmytro Kozhukhar wrote:
> It does not seem so, I tried this on new project, created with 'lein new
> app helloworld'
> it has source generated by lein in ./src/helloworld/core.clj :
>
> (ns helloworld.co
It does not seem so, I tried this on new project, created with 'lein new
app helloworld'
it has source generated by lein in ./src/helloworld/core.clj :
(ns helloworld.core
(:gen-class))
(defn -main
"I don't do a whole lot ... yet."
[& args]
;; work around dangerous default behaviour in
Your project.clj probably has unmatched brackets, this error means it hit
the end of a file it was reading while still scanning for a closing
bracket.
On 10 Apr 2013 09:22, "Dmytro Kozhukhar" wrote:
> Hello everyclojurer!
>
> Today I have problem with installing lein on WinXP.
>
> Lein run just f
Hello everyclojurer!
Today I have problem with installing lein on WinXP.
Lein run just fine in any folder, except it is a folder with project.
If I run 'lein repl' or 'lein run' then I get this error:
D:\lein\helloworld>lein run
Exception in thread "main" clojure.lang.LispReader$ReaderException