Can anyone explain how to make proper jar files?
I want to be able to run them with the java command (java -jar xxxxx.jar)
But i seem to have problems with the MANIFEST file..
I can post that when i get home in 3-4 hours if that helps at all..
currently doing jar cmf META-INF/MANIFEST.MF *
which gives me an error at run time simular to not being able to find main...
I want to be able to run them with the java command (java -jar xxxxx.jar)
But i seem to have problems with the MANIFEST file..
I can post that when i get home in 3-4 hours if that helps at all..
currently doing jar cmf META-INF/MANIFEST.MF *
which gives me an error at run time simular to not being able to find main...
