compiling to get an .exe
I realy don't want to quit java, but I am looking for an easy way to get an .exe from my simple java program(s).
I downloaded windows java2cpp 1.40.04 and unzipped it. I copied a simple .java program file, that compiles and runs under jdk 1.5 and JCreatorLE, to the ...\programics.com\java2cpp directory. On the command line, I tied to run java2cpp -s . -c . ProgramClassName, etc, and it says dfc.util not found along with other not founds. The
http://www.programics.com/?page=downloads&lang=en
programics webpage says to simply download and use, but I cannot figue it out. It seems so close to being what I need.
Is there an easy way to get an .exe while avoiding extra clutter?

