P
Peter
Hi all!
I'm creating an application with Java, and I'd like to be able to
create a standalone, single executable file for it. My goal is to
have one file that I can distribute to users and have them not need to
have a Java Virtual Machine installed on their computer to run it.
What is the best way to do this?
I suppose it could entail either compiling to native code or including
some kind of vm with the executable. I don't know how to do either of
those things. I know that this means of course that I'll have to make
different versions for different platforms which is fine.
What do you think? A free solution would be great. Thanks in advance
for your help!
Peter
I'm creating an application with Java, and I'd like to be able to
create a standalone, single executable file for it. My goal is to
have one file that I can distribute to users and have them not need to
have a Java Virtual Machine installed on their computer to run it.
What is the best way to do this?
I suppose it could entail either compiling to native code or including
some kind of vm with the executable. I don't know how to do either of
those things. I know that this means of course that I'll have to make
different versions for different platforms which is fine.
What do you think? A free solution would be great. Thanks in advance
for your help!
Peter