Hi,
When I will make a runnable jar with jarsplice I’ll get a error:
[quote]Jar creation failed due to the following exception:
duplicate entry: org/newdawn/slick/Color.class
[/quote]
How I work:
- I export the java project as a normal jar (not runnable)
- I start up jarsplice and add Game.jar, lwjgl.jar(the real lwjgl libary not the slick lwjgl libary), slick.jar and slick-util.jar to step 1
- I add the natives from lwjgl to step 3 (the natives from lwjgl are the same as the natives from slick(-util))
- I add the mainclass + package to step 4 “Game.Mainclass” in my case
- When I pressed on create fat jar I’ll get the error
How do I fix this? I dont understand.
Thanks