How can I create a windows executable for a java 1.4 application?
843829Mar 26 2002 — edited Apr 21 2006I want to create a windows executable for a GUI app without the console window.
I searched around a dozen forums and all I can find is samples using JDK 1.1.8 and even when I try them I cannot get the VM to be created.
I am using VC++6 and the free compiler from Borland (v5.5). I tried the Sun web site tutorial and still I cannot make it work. Any ideas?