Silu
Silu

Reputation: 13

How to run java desktop application as other windows application?

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?

Upvotes: 1

Views: 480

Answers (1)

eric.m
eric.m

Reputation: 1612

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

Upvotes: 0

Related Questions