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?

[719 byte] By [hillmia] at [2007-11-26 23:46:58]
# 1
> Is there an easy way to get an .exe while avoiding> extra clutter?What is wrong with a .jar file or a .bat file?Anyway, just use a different program. I think I used one called JSmooth once, but there are others.
zadoka at 2007-7-11 15:20:51 > top of Java-index,Desktop,Deploying...
# 2
The .exe is for simplicity and security. The one I mentioned looks interesting to me. Others I have looked at don't.
hillmia at 2007-7-11 15:20:51 > top of Java-index,Desktop,Deploying...