On 24/10/12 14:41, AtKaaZ wrote:
The error doesn't help you solve the problem... which is: don't pass a seq to :import

You can easily pass seqs to :import...this works fine for me (importing 3 classes from the same package):

(:import [encog_java.customGA CustomNeuralGeneticAlgorithm CustomGeneticScoreAdapter Referee])

you just need a space after the package-name...

try

*(:import [nl.bitwalker.useragentutils UserAgent])

*hope that helps

Jim

--
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