Re: Exception when trying to run the REPL

2012-04-26 Thread Phil Hagelberg
Cole Rowland writes: > I'm new to Clojure and anything having to do with Java or the JVM. It looks like you're trying to use gcj or something; you'll be better off with OpenJDK. Also, using Clojure from the raw jar file is very cumbersome; if you are getting started I recommend Leiningen: http:/

Exception when trying to run the REPL

2012-04-26 Thread Cole Rowland
I'm new to Clojure and anything having to do with Java or the JVM. I downloaded and unzipped clojure 1.4 and when I run "java -cp clojure-1.4.0.jar clojure.main" I get the following error: Exception in thread "main" java.lang.NoClassDefFoundError: clojure.main at gnu.java.lang.MainThread.run(l