My jar file is not working at all. It isn't the class files that are messed up, but the meta-inf file. My main class is called Main.class. This is what my META-INF/MANIFEST.MF file looks like:
Manifest-Version: 1.0
Main-Class: Main
Class-Path: .
Please help me.