Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Help! I'm Using Mac OS X 10.8 Mountain Lion and Using Eclipse. I'm using the library called Slick and Lwjgl. When i first exported it, it has a .jar file. I followed some You Tube Tutorials (Different, they don't have slick) It worked for them. I don't know why it dosen't work for me. Should i put Slick-util too? I didn't even use lwjgl btw. Please help!!!

Jars I used(Libraries)

  • Slick

  • LWJGL(I didn't use it)

Tutorials I followed

  • TheCodingUniverse(Exporting)
  • TheNewBoston(The Code and Set-up)

Programs I used

  • Eclipse IDE Java
  • Jarsplice

No warnings found or errors. It is perfect! But Nothing shows up in the screen everytime I pressed the jar(After Jarsplice) Help!!!

share|improve this question
Try running the jar from a console, see what errors show up there. Likely some missing libraries. See my answer here about that: gamedev.stackexchange.com/a/33818/7191. BTW, with the code in that answer I was able to just use Eclipse to "Export runnable Jar" and it works fine. – Byte56 Sep 18 '12 at 13:19
Slick depends on LWJGL.jar. Even though you did not directly access it, the methods that you called in the org.newdawn.slick package called it plenty. – clarkf Sep 20 '12 at 18:18

closed as too localized by Jari Komppa, Jonathan Hobbs, Byte56, Josh Petrie, Trevor Powell Oct 17 '12 at 5:02

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.