0
votes
1answer
117 views

Slick2D runnable jar (JarSplice) cannot find sound asset? “Resource not found” error

I just started making a Slick2D game yesterday, and everything was going fine until I added sound. The game itself works fine within eclipse, and the sound plays as expected. However, when I compile ...
0
votes
1answer
71 views

Eclipse Runnable Jar Export Not Launching

I am currently working on a game in Java and tried to export my first release as a runnable jar. As Eclipse has a tool for this, I tried to use it. After trying many different ways, I could still ...
2
votes
1answer
163 views

How to package resources, that are accessed directly , into a jar file

I have recently developed a game in Slick2D, i have accessed all my images directly e.g Image i = new Image("address.png"); as opposed to using a class that will load resources or using an input ...
0
votes
2answers
181 views

run time error in java slick2D project while using AppGameContainer

Hi I am trying to make a java game using slick2D and lwjgl 2.8.4. But I am not being able to implement AppGameContainer class. It causes a run time error. My code is given below: import ...
2
votes
0answers
216 views

Use images having unique .jar file (Slick 2D)

Im trying to create an executable jar file of my mini game created with the library slick2D. I found out that using JarSplice we can merge multiple jar into just one "fat jar" The problem is: when I ...
0
votes
2answers
463 views

Can't create runnable LWJGL jar with JarSplice

I created a runnable JAR with Eclipse for a small SLick2D game. No matter what settings I tried, I always received some sort of error, whether it be UnsatisfiedLinkError, or some class not being ...