Problem starting Trader Workstation 4.0

hi hajimow,

I was wondering if you have the issue with TWS solved? As I am dealing with exactly the same problem, walked through few forums to look for answers, but no luck so far.

How you are doin on this?

Thanks a zillion in advance!!

regards,
duder
 
Try this:
Go to the Trader Workstation install directory (it's in C:/Jts by default), Run UNWISE.EXE , select "Repair".
Hope this will help.
 
I had the same problem on Windows Vista, and Windows 7.
So the solution is, to change path of the javaw.exe:

Original:
C:\Windows\System32\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:\PROGRA~1\Jts

Working:
"C:\Program Files\Java\jre6\bin\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:\PROGRAM FILES\Jts"

I hope this I could help.
 
i am having this same problem.. i have tried everything you guys said and NOTHING works..

sometimes i dont even get an error it just wont open..

and when i tried to change the path it wouldn't let me.. just more error messages
 
Back
Top