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 Java in General and the fly likes Question about Installer exe 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 » Java in General
Reply Bookmark "Question about Installer exe" Watch "Question about Installer exe" New topic
Author

Question about Installer exe

Joseph Kim
Greenhorn

Joined: Nov 12, 2005
Posts: 6
Does anybody know how to create installer exe for a java application?
I know how to create executable jar file, but I would like to learn how to create an installer that will self extract the files to specified folder, create desktop shortcut and start menu items, etc.


Please Please someone help!! =)

Thanks!
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Normally you use installers that other people have already written. It's a lot easier.

But if you want to learn how to write one, you should understand that the task has nothing to do with Java and everything to do with knowing the details of the operating system where you plan to install. I expect that's Windows. You would have to learn how the start menu is organized and what registry entries you have to add, for example.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Question about Installer exe
 
Similar Threads
JAR to EXE
how to refer a jar outside executable in desktop application?
How to create an .exe file?
how to create .exe in java
Packageing