Hello!
Recently I have been having trouble getting jars to run without linking errors, missing resources, etc. when just using the default eclipse export. It seems to not be very good for game development (or I am doing it wrong :persecutioncomplex:) in java.
I got it working using google though, but I think it is very tedious.
I have basically been:
exporting source to jar -> using JarSplice to link libraries -> manually insert the resources into the final jar using an archiver
I wanted to know if there is a good plugin for eclipse I should look into, since the above process seems unproductive. What do you guys use (has to be usable from eclipse)?