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?

-Michael

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to