2011-05-17 12:19:41 PDT
The original command line is
C:\Windows\SysWOW64\javaw.exe -cp jts.jar;hsqldb.jar;jcommon-1.0.12.jar;jfreechart-1.0.9.jar;jhall.jar;other.jar;rss.jar -Dsun.java2d.noddraw=true -Xmx512M jclient/LoginFrame C:\Jts
In launch4j GUI I checked Custom classpath, main class is jclient.LoginFrame, and in Classpath I entered
hsqldb.jar
jcommon-1.0.12.jar
jfreechart-1.0.9.jar
jhall.jar
other.jar
rss.jar
Even if I change file name in Windows and change classpath to jcommon.jar & jfreechart.jar in launch4j, after compilation and launching the exe, it still give same error message.