Works on my PC. Doesn't work on the 2 others I tried: they get the entitled error.
Manifest.txt:
Manifest-Version: 1.0
Class-Path: .
Main-Class: core.Initiator
^ extra line at the end.
Hierarchy:
Project.jar
core
Initiator
...
images
...
META-INF
MANIFEST.MF
CreateJar.bat:
cd bin
jar cvfm ..\Project.jar ..\Manifest.txt *
pause
Run.bat:
@echo off
start javaw -jar Project.jar