How can I bundle a jar?including /res folder into thefinal jar using any bundler

Started by Abe_No_I, August 05, 2012, 13:30:13

Previous topic - Next topic

Abe_No_I

I want to export my eclipse opengl project and this is working so far. But using jarsplice to bundle all libraries, natives and the main method to one final *.jar doesn't work: the /res folder (including *.png's and a 3dmodel cant be included into that *.jar.

Does anyone know a solution that esults in ONE *.jar with included data?

Thanks very much...