On Fri, Jan 28, 2011 at 5:20 PM, Andy Fingerhut <[email protected]> wrote: > ---------------------------------------------------------------------- > (ns try > (:gen-class))
Try using a two-component (or more) namespace name. I think gen-class in a one-component namespace will try to create the class in the default package, which Java does not like. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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
