I've been trying to get clojure working with slime (on windows). I can
run ants.clj from the command line fine. I can run simple expressions
under slime (e.g. (+ 2 3)). However, when I try to run ants.clj from
within slime, I get the following warning in the inferior lisp buffer,
and nothing happens.

Reflection warning, line: 280 - call to drawImage can't be resolved.
Reflection warning, line: 283 - call to setPreferredSize can't be
resolved.

Looking at the sun.boot.class.path property for both executables seems
the same. When I look at the system classpath using the invocation I
found here: http://paste.lisp.org/display/69257 I get the clojure.jar,
and ~/.clojure/*. From the command line directly, I just get
clojure.jar on the classpath.

Anybody have any advice on how I can fix this?


--~--~---------~--~----~------------~-------~--~----~
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