Create Manifest File for Your Jar File

Open notepad and Save it as Manifest.mf

And copy it and paste int your File change <Your Class name in Main function Exists> to your  main class name.<enter> is your keyboard Enter key.

 

 

 

Manifest-Version: 1.0

Created-By: 1.7.0-ea (Sun Microsystems Inc.)

Main-Class: <Your Class name in Main function Exists>

<enter>

<enter>

<enter>

 

 

 

Example:

 

                                                Manifest.mf

Manifest-Version: 1.0

Created-By: 1.7.0-ea (Sun Microsystems Inc.)

Main-Class: Login

<enter>

<enter>

<enter>

 

 

 

 

 

No comments:

Post a Comment

If you have any question please let me know

[Software Update] Microsoft Edge 123.0.2420.65 Stable Released, Here is What’s New and Fixed

UPDATE: Release of Microsoft Edge 123.0.2420.65 stable version. Good news for Microsoft Edge users! Microsoft has released Chromium-based Mi...