I have read many threads in stackoverflow
but I didn't get the answer.
I used JSmooth
and Launch4j
but what I want exactly is to get a final .exe
file from my JAR
application and a JRE
so that my windows client won't need to install any JRE
(in another way: to get a portable application with its own JVM
)
I found that is not possible but why? Does that need the compilation fo the jre
with my application source?
I hope my question is clear, any help will be appreciated.