Re: ClassNotfound Exception while loading JAR files in Clojure 1.2

2013-05-22 Thread vcomandur
Hi Andy, I inherited the code written by some one who is no longer with us. First, I would like to migrate to new version of HTMLUnit and then look at migrating the clojure to the new version. Regards Vasu On Wednesday, May 22, 2013 9:03:03 PM UTC+5:30, Andy Fingerhut wrote: > > I'll

Re: ClassNotfound Exception while loading JAR files in Clojure 1.2

2013-05-22 Thread Andy Fingerhut
I'll be more blunt than Sean was :-) Is there a reason why you *must* use Clojure 1.2? If so, what is it? If there isn't such a reason, you will likely get much better support from other Clojure users if you use Clojure 1.4 or 1.5.1 (1.5.1 was released a couple of months ago, so many are still u

Re: ClassNotfound Exception while loading JAR files in Clojure 1.2

2013-05-22 Thread vcomandur
Hi Sean, Thanks for your reply. I use Clojure.Jar version 1.2.0 and the contrib.jar is also the same version. Copied below is the stack trace of the Error: Caused by: java.lang.NoClassDefFoundError: com/gargoylesoftware/htmlunit/html/BaseFrameElement (agent.clj:1) at clojure.lang

Re: ClassNotfound Exception while loading JAR files in Clojure 1.2

2013-05-22 Thread Sean Corfield
You'll need to provide more details about exactly which Clojure JARs you use and the stack trace for the exception (at least telling us which class is not found and enough of the stack trace for us to see where the reference is coming from). My suspicion is you're using the Clojure 1.2 contrib lib

ClassNotfound Exception while loading JAR files in Clojure 1.2

2013-05-21 Thread vcomandur
Hi, We have built a web application using grails framework and we use Groovy, Java and Clojure programming languages. We use Clojure 1.2. The clojure files include classes from HTMLUnit. Recently HTMLUnit released a new version of JAR file and we were trying to migrate the web app to