I'm running Win7 Home, Java 1.6.0_18, TWS 901.3 (1/4/2010). Both of these command lines work:
C:\windows\system32\javaw.exe -cp jts.jar;pluginsupport.jar;hsqldb.jar;jcommon-1.0.12.jar;jfreechart-1.0.9.jar;jhall.jar;other.jar;riskfeed.jar;rss.jar -Dsun.java2d.noddraw=true -Xmx512M jclient/LoginFrame C:\Jts
C:\Windows\SysWOW64\javaw.exe -cp jts.jar;pluginsupport.jar;hsqldb.jar;jcommon-1.0.12.jar;jfreechart-1.0.9.jar;jhall.jar;other.jar;riskfeed.jar;rss.jar -Dsun.java2d.noddraw=true -Xmx512M jclient/LoginFrame C:\Jts
It is my understanding that the system32 subdirectory is for 64-bit programs, and SysWOW64 is for 32-bit programs. Trust Microsoft to keep it simple -- NOT!
I installed Java 64-bit first, then installed 32-bit. I don't know if the order is important, but I could not get TWS to run with only Java 64-bit. I could not get Firefox to run under TWS in 64-bit, but everything else works o.k.
C:\windows\system32\javaw.exe -cp jts.jar;pluginsupport.jar;hsqldb.jar;jcommon-1.0.12.jar;jfreechart-1.0.9.jar;jhall.jar;other.jar;riskfeed.jar;rss.jar -Dsun.java2d.noddraw=true -Xmx512M jclient/LoginFrame C:\Jts
C:\Windows\SysWOW64\javaw.exe -cp jts.jar;pluginsupport.jar;hsqldb.jar;jcommon-1.0.12.jar;jfreechart-1.0.9.jar;jhall.jar;other.jar;riskfeed.jar;rss.jar -Dsun.java2d.noddraw=true -Xmx512M jclient/LoginFrame C:\Jts
It is my understanding that the system32 subdirectory is for 64-bit programs, and SysWOW64 is for 32-bit programs. Trust Microsoft to keep it simple -- NOT!
I installed Java 64-bit first, then installed 32-bit. I don't know if the order is important, but I could not get TWS to run with only Java 64-bit. I could not get Firefox to run under TWS in 64-bit, but everything else works o.k.
