Get Answers to all your Questions

header-bg qa

I want to create setup file javaproject

Answers (1)

best_answer

In order to create a setup file / .EXE file for your java project, JDK gives us a tool to create jar files. 

This will also need the creation of the manifest file because it will have information of Jar file.

Posted by

Deependra Verma

View full answer