1

I need to make Java desktop application works simply while double clicking the icon. It works by double clicking the .jar file. But I need it as a different icon. And also want to see just as other windows application and need to make these application works on another computer by installing my application on it. I used netbeans 6.0 for creating the desktop application. How this is possible?

Silu
  • 13
  • 5
  • refer this answer, you might get something http://stackoverflow.com/questions/80105/whats-the-best-way-to-distribute-java-applications – Rama Krishna Aug 20 '15 at 10:54

1 Answers1

0

You should wrap the .jar into a .exe, with Launch4j.

eric.m
  • 1,577
  • 10
  • 20