Is it possible to run a Java app which doesn\'t contain MANIFEST.MF file? Of course, there\'s static main method,just lacks manifest file. And the app
MANIFEST.MF
main
Of course! Just use this:
java -cp MyJar.jar com.example.Main