Posted By:
Simone_Re
Posted On:
Wednesday, July 31, 2002 11:38 AM
The result of compilation is a bytecode file, not an EXE file. The bytecode must be interpretated by a Virtual Machine (for example Java Runtime Env). You must looking for something that generate an EXE file from a Java source, but I don't bielieve you can find it because interpretation gives java its portability.