“Could not find main method from given launch configuration” when using Java+Scala+Slick2D
问题 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 just refuses to work. Here's the error I keep getting when trying to export it as a Runnable jar: And if I try to export into just a Jar file, it's unable to find the Main Class: There is, of course, a main class in game.TicTacGame. But it refuses to acknowledge it. I tried creating an executable with a simple Hello World project and