I have seen many methods of creating an executable jar including all of its dependencies using eclipse, MAVEN and cmd. I want to create an executable jar with its dependencies using NetBeans.
Asked
Active
Viewed 308 times
2
-
you can use **Excelsior JET** – Youcef LAIDANI Apr 23 '17 at 12:02
-
Make a **maven** project in NetBeans too. – Joop Eggen Apr 23 '17 at 12:23
1 Answers
0
there i tools available to make jars executable and my preferred one is Launch4J. you can configure Lauch4j in your maven to get the exe on build as well. For manual configuration refer the link https://techwayz.com/convert-jar-to-exe-launch4j/
to understand maven configuration you can refer stackoverflow answer Create exe with launch4j with maven

Community
- 1
- 1

Kushagra Misra
- 461
- 1
- 7
- 15