This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes How Making my project executable like any other application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "How Making my project executable like any other application" Watch "How Making my project executable like any other application" New topic
Author

How Making my project executable like any other application

azim sain
Greenhorn

Joined: Jul 20, 2012
Posts: 13
how to make my java app executable,by letting it open from desktop by double clicking,does this require some specific tools
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 4165
    
    3

In most cases, you would make an executable jar, but you can find various other approaches in this tutorial.

And since this question has nothing to do with Swing/AWT/SWT, I shall move it to a more appropriate section.


luck, db
There are no new questions, but there may be new answers.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How Making my project executable like any other application
 
Similar Threads
How to run an executable placed on linux sever on a host with java program
jar files
Creating an executable file in NetBeans 6.1
Executable jar
Destop application