> I have a JAVA program, I need to make this program run on a computer that does not have JAVA installed. I tried launch4,

I have a JAVA program, I need to make this program run on a computer that does not have JAVA installed. I tried launch4,

Posted at: 2014-12-18 
You need to compile the whole program as a stand alone version that means compiling in the library files with it, but it will then need to be compiled ONLY for the operating system it is written for.

The best I can suggest is to pack a JRE in with your compiled program.