On 2 March 2010 17:40, Michael Gardner <[email protected]> wrote: > As part of a project to help me learn Clojure, I'm trying to send an > email using code like > http://nakkaya.com/2009/11/10/using-java-mail-api-from-clojure/. > For the JavaMail API I'm using GNU JavaMail, which in turn requires > GNU JAF (activation.jar). When I try to run my program, I get: > >> Exception in thread "main" java.lang.Exception: Unable to resolve symbol: � >> in this context (activation.jar:0) > > (The symbol in question shows up for me as a diamond with a question > mark in it.) Any clues on what this could be? Since it's dying at line > 0, maybe it's choking on a UTF BOM or something?
How are you trying to run it? It looks like it's trying to treat activation.jar as a Clojure source file. -- Michael Wood <[email protected]> -- 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
