I\'ve got a project in which I\'m using Java+Scala+Slick2D.
The project itself runs well when launched from within eclipse. But when I try to make a jar file, it jus
I recently figured a better way to do this using 'Runnable jar export' which might help you. In order for your main method to be listed in that list, you need to add the main method to the Run Configuration list.
This way it's simpler to create a runnable jar especially if you want to do it repeatedly.