How can I change a java application (.java) into a windows executable (.exe)
? Freeware suggestions only pweese :P
I'm stingy ;-)
Cheers,
Matt
Printable View
How can I change a java application (.java) into a windows executable (.exe)
? Freeware suggestions only pweese :P
I'm stingy ;-)
Cheers,
Matt
You aren't actually serious are you????
Java does not run as a pre-compiled program, therefore no standalone executable
java programs. You have to have the jre installed which takes the java program
and interprets the byte code and runs the program.
There are programs out there that convert .java programs to .exe compiled
C++ programs, but I don't know of any, especially not free, and what is the
purpose of java if you are going take away the portability of the application???
"Matt" <contact@digitaltune.co.uk> wrote:
>
>How can I change a java application (.java) into a windows executable (.exe)
>? Freeware suggestions only pweese :P
>
>I'm stingy ;-)
>
>Cheers,
>
>Matt
If you really want this...
J2exe
http://www.geocities.com/j2exe/
Leonardo Kasperavicius
"Matt" <contact@digitaltune.co.uk> escreveu na mensagem
news:3e57d478$1@tnews.web.devx.com...
>
> How can I change a java application (.java) into a windows executable
(.exe)
> ? Freeware suggestions only pweese :P
>
> I'm stingy ;-)
>
> Cheers,
>
> Matt