Re: "Unable to resolve symbol" in third-party jarfile

2010-03-03 Thread Michael Gardner
On Mar 3, 2010, at 8:42 AM, Michael Wood wrote: > On 2 March 2010 17:40, Michael Gardner 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 G

Re: "Unable to resolve symbol" in third-party jarfile

2010-03-03 Thread Michael Wood
On 2 March 2010 17:40, Michael Gardner 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 (activati

"Unable to resolve symbol" in third-party jarfile

2010-03-03 Thread Michael Gardner
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: > Exceptio