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 just encountered the same problem, and here is how I solved it:
Open "Run As" --> "Run Configuration" on the project you want to export
Click "Search" for Eclipse to refresh the list of main class
Then export Runnable JAR file again, and everything goes smoothly.