The defaults classpath in the TWS 938.1h shortcut is C:\Windows\system32\javaw.exe -cp jts.jar;total.2012.jar -Dsun.java2d.noddraw=true -Dswing.boldMetal=false -Dsun.locale.formatasdefault=true -Xmx768M -XX:MaxPermSize=128M jclient/LoginFrame C:\Jts
I tried replacing that classpath with this one from earlier in the thread,
C:\WINDOWS\system32\javaw.exe -cp jts.jar;total.2012.jar
-Dsun.java2d.noddraw=true -Dswing.boldMetal=false
-Dsun.locale.formatasdefault=true -Xmx768M -XX:MaxPermSize=128M
jclient/LoginFrame C:\Jts
I was unable to get the shorcut to work after that so I put it back to the default classpath.
I did also add -hsqldb.jar into the classpath to see what would happen, but it would not run like that.