I dont see any information of MANIFEST.MF files. Do
you have them in your jar files !!!
The manifest file should be inside a folder named
META-INF(case sensitive) and also this file should
contain an entry that contains an entry that points to
the class that contains the main method.
Please also make sure that all the class files that
are referenced in your HelloWorlApp.class are added
into the jar file.