Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Darcy Jones   on Jun 12 In Java Category.

  
Question Answered By: Utsav Shah   on Jun 12


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.

Share: