How to convert java programs to stand alone applications in a PC?

hi,I have a java program which can run in my machine which has a jre.But how can it run in my neighbours machine which does not have any jre?Please respond to this if you know
[203 byte] By [A_U_Ma] at [2007-11-27 2:18:11]
# 1

JRE stands for Java Runtime Environment. Ask yourself how your neighbour's machine is going to get on providing a runtime environment for your Java program.

That said, there is software about that will construct native executables from Java source. Some costs money. Google +Java +"native executable". Or search this forum where the question is often asked.

[Edit]I've just noticed there's a Duke at stake! Check out http://www.javaworld.com/javaworld/javaqa/2000-06/02-qa-0609-exe.html It has links to 7 different compilers before its "Be warned though..."

pbrockway2a at 2007-7-12 2:17:25 > top of Java-index,Java Essentials,New To Java...