On Oct 10, 8:30 pm, Folcon <fol...@gmail.com> wrote: > I'm currently trying to import some slick classes. Namely BasicGame > which appears to be the problem. I've tried this in Clojure Box and > enclojure both in windows while running Java 6. > > I get mixed errors when I try calling (import '(org.newdawn.slick > BasicGame)). Now I have noticed that calling (import > '(org.newdawn.slick.BasicGame)) does work however trying to create a > BasicGame produces an error "java.lang.IllegalArgumentException: > Unable to resolve classname: BasicGame". As far as I can work out I am > supposed to import the folder containing the native window's dll's for > use with lwjgl. > > Here is a link to setting up the enviroment in > netbeans.http://www.gaanza.com/blog/tag/slick-2d-with-netbeans/ > > Has anyone got any solutions/experience with this?
Not resolving the classname sounds like the jar is not in the classpath. If it cant find the native libs in the library.path it gives a different error message like can't load library or something (this is from memory sorry). Sorry I can't give any more useful tips as I don't use netbeans. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---