Java Manifest not working on Windows 8 -


i made jar program "ablauncher v0.1.0.jar" , ran successfully.

but when gave windows 8 user,

he says got error while running on cmd:

cannot find or load main class ablauncher

but, main class specified manifest launch.launch, not 'ablauncher'.

'ablauncher' jar name: ablauncher v0.1.0.jar.

can explain why error happens?

manifest file was:

manifest-version: 1.0 main-class: launcher.launcher 

file directory setting was

form/ launcher/ (launcher/launcher.class main class) meta-inf/ resource/ server/ settings/ util/ 

of course other class files exists here, couldn't write of them... , there's nothing like: ablauncher.class


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -