Thread: Jar Files
View Single Post
  #3 (permalink)  
Old 05-10-2007, 06:22 PM
Marty Marty is offline
Member
 
Join Date: May 2007
Posts: 38
Marty is on a distinguished road
First the file is manifest.mf
This file must content the following line


Main-Class: MyPackage.MyClass

Setting an Application's Entry Point (The Java™ Tutorials > Deployment > Packaging Programs in JAR Files)
Reply With Quote