I am having a lot of trouble with jars. I can make them - but I keep getting "could not find main class" from the JVM launcher?
This is really annoying, since I have done what the sun tutorial said. I don't think it's the carriage return after the Main-Class in the manifest?
manifest:
Manifest-Version: 1.0
Main-Class: Saving
then
jar cmf manifest.MF Saving.jar Saving.class
Then the errors on launch, what is goin on? - no error from jar compiler. ?
b2 - benbiddington@surf4nix.com
This is really annoying, since I have done what the sun tutorial said. I don't think it's the carriage return after the Main-Class in the manifest?
manifest:
Manifest-Version: 1.0
Main-Class: Saving
then
jar cmf manifest.MF Saving.jar Saving.class
Then the errors on launch, what is goin on? - no error from jar compiler. ?
b2 - benbiddington@surf4nix.com