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?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to