0

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.

Boogley Beegly
  • 95
  • 1
  • 3
  • 11

1 Answers1

3

try removing the Class-Path: line

06needhamt
  • 1,555
  • 2
  • 19
  • 38