you need to use a JIT (Just In Time) compiler to do it.
JIT compilers attach the JRE with you executable file, so you don't need
to affraid about it. But, please keep in mind that using that tool your
Java program will only run under the target plataform ( e.g, you compile
the java program under windows.. it never will run under linux, for
example ).