I tried using a class in the default package, but kept seeing

  (new Foo)
  java.lang.IllegalArgumentException: Unable to resolve classname: Foo
  ...

As soon as I put Foo into a package, everything worked fine.

  (new bar.Foo)
  [EMAIL PROTECTED]

Is this a bug?

Jim
-- 
Jim Menard, [EMAIL PROTECTED], [EMAIL PROTECTED]
http://www.io.com/~jimm/

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