Thanks Alec
I was using the example from Monkhouse book, should have checked the errata
Now I get a "Failed to Main-Class manifest attribute from code.jar" error when running
java -jar code.jar alone
Manifest File is called Manifest.mf and contains:
This along with my bin directory were in my
SCJD base directory and I created the jar from the SCJD directory as follows:
All the files were displayed ok including the following 2 entries:
Ah I needed to add a blank line to the end of the manifest file :O
Thanks Kevin.