more jarsplice

my previous project was using netbeans and lwjgl. i ended up working out that i had to use jarsplice to get everything into a distributable jar. works fine.

now, my new project im moving to eclipse and libgdx, try to follow the instructions and splice it up but wont work. so i go back to eclipse and try again…

->export runnable jar *package required libraries into generated jar.
this seems to work perfectly fine, it appears that we dont even need to use jarsplice with eclipse and libgdx am i correct?? some of this basic project setup stuff is quite confusing.

With libgdx all you need to do is export your project as runnable jar file and it should already work properly.