On Nov 17, 2008, at 10:33 PM, Rich Hickey wrote:

> Fixed (SVN 1108) - thanks for the report.

Cool, thanks. I especially like "loadClassForName".

It seems there's something not quite right, though. I did a fresh  
checkout of 1108 and built with "ant" and ran with "java -jar  
clojure.jar" and got an exception:

% java -jar clojure.jar
Exception in thread "main" java.lang.IllegalAccessError: tried to  
access method clojure.lang.Compiler.pushNS()V from class clojure.core
        at clojure.core.<clinit>(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:264)
        at clojure.lang.RT.loadClassForName(RT.java:1620)
        at clojure.lang.RT.load(RT.java:442)
        at clojure.lang.RT.load(RT.java:424)
        at clojure.lang.RT.doInit(RT.java:461)
        at clojure.lang.RT.<clinit>(RT.java:328)
        at clojure.lang.Repl.<clinit>(Repl.java:23)
Could not find the main class: clojure.lang.Repl. Program will exit.

--Steve


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to