I\'m trying to load a jar using
@echo off java -jar Test.jar pause
With the manifest of
Manifest-Version: 1.0 Main-Class:
I had this error because I wrote a wrong Class-Path in my MANIFEST.MF
MANIFEST.MF