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

Windows 10 21H2 and 22H2 Known Issues and Workarounds – April 28, 2024

UPDATE: One Windows 10 known issue “BitLocker might incorrectly receive a 65000 error in MDMs” was resolved and updated in the article. In t...