Does anyone know how I can compile my Java application to a windows
executable.
Printable View
Does anyone know how I can compile my Java application to a windows
executable.
Hello Stephen:
Are you using an IDE? If so, most of them provide a way to deploy to an
.exe file ranging from the ease of J++ (one of the few things it does extremely
well!) to other, not so easy IDEs.
If you aren't using an IDE, then it may not be worth all of the effort to
get the .exe file and you might consider running it as a plain old Java Application.
Tom Duffy
"Stephen Price" <Stephen.price@europlacer.co.uk> wrote:
>Does anyone know how I can compile my Java application to a windows
>executable.
>
>
>
>