I have been trying to create an excutable jar file. When trying to added new data to the manifest file it give me an error say 'invalid header field name: |||Manifest-Version:'. Iam using the command line:
jar -cfm App.jar META-INF\MANIFEST.MF mainui\*.class
the mainfest file looks like this
Manifest-Version: 1.0
Created-By: 1.4.2_13 (Sun Microsystems Inc.)
Main-Class: mainui.MainUI
It encoding is UTF-8. Can anyone see where im going wrong here.
Cheers
Declan.