2

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.

Youcef LAIDANI
  • 55,661
  • 15
  • 90
  • 140

1 Answers1

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