Both of these work out just fine. There is the Main Class attribute in the manifest file and I do get the contents of the jar file by running "jar -tf TestFile.jar".
When I try to run the program I get the
Java Virtual Machine Launcher trowing up a warning box just saying "Could not find main class. Program will exit!"
How ever when I produced the ar file from the command prompt I gat the two lines saying
"ignoring entry META-INF/
ignoring entry META-INF/MANIFEST.MF"
Not sure if this is normal or not.
Thanks in advane for any suggestions