| Author |
convert a jar file to exec.
|
oghenekaro EFEKODO
Ranch Hand
Joined: Oct 10, 2005
Posts: 56
|
|
|
need help in converting my jar file to executeable and also how to write an installation shied for my program.thanks in advance.
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12950
|
|
This tutorial explains JAR files and how to create an executable JAR: Packaging Programs in JAR Files. If you want a Windows executable for some reason (note, that will make your program not useful on anything else than Windows), have a look at Launch4J, which you can use to wrap JAR files in Window exe's. You could use IzPack to create an installer for your Java application. This might also be interesting: One-JAR. [ December 16, 2006: Message edited by: Jesper Young ]
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: convert a jar file to exec.
|
|
|