I've downloaded clojure as described in the getting started pages. When I run clojure as described it works and I can execute the JOptionPane example and it appears and works.
But just about everything else fails miserably. Below is an example. If any one has any suggestions I would greatly appreciate it... Clojure user=> (System/getProperties) (System/getProperties) java.lang.Exception: No such namespace: System clojure.lang.Compiler$CompilerException: NO_SOURCE_FILE:1: No such namespace: System at clojure.lang.Compiler.analyzeSeq(Compiler.java:3759) at clojure.lang.Compiler.analyze(Compiler.java:3614) at clojure.lang.Compiler.analyze(Compiler.java:3589) at clojure.lang.Compiler.eval(Compiler.java:3779) at clojure.lang.Repl.main(Repl.java:75) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 25) at java.lang.reflect.Method.invoke(Method.java:585) at jline.ConsoleRunner.main(ConsoleRunner.java:69) Caused by: java.lang.Exception: No such namespace: System at clojure.lang.Compiler.lookupVar(Compiler.java:3902) at clojure.lang.Compiler.isMacro(Compiler.java:3640) at clojure.lang.Compiler.macroexpand1(Compiler.java:3682) at clojure.lang.Compiler.analyzeSeq(Compiler.java:3740) ... 9 more --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---