Quote from bladerunner:
ib is an arrogant sob
LOL, and I assume you get that attitude from me ? Steve ? the other programmers that have gone out of there way to assist on these boards?
misctrader,
if ben didn't solve your problem, also try this as it may help with speed/java problems that may arise on some video cards whose drivers create conflicts.......
Disable Direct Draw for the standalone TWS. (instructions below)
Upgrade to the latest production version of Java Runtime. (1.4.1_03 .... I
would not recommend the Beta 1.4.2 at this time)
Upgrade to the latest video drivers for your hardware.
To disable Directdraw for the Standalone TWS.
To do this, right click on the Trader Workstation 4.0 icon and choose
"Properties". Then click on the "Shortcut" tab. In the "Target" field add
the following line before the -jar
-Dsun.java2d.noddraw=true
So that the entire line looks something like this...
(assuming that you have java 1.4.1_02 installed)
(DO NOT CHANGE THE J2RE REFERENCE.. JUST ADD THE ABOVE LINE IN THE APPROPRIATE LOCATION IN THE STRING THAT ALREADY EXISTS ON YOUR MACHINE)
"C:\Program Files\Java\j2re1.4.1_02\bin\javaw.exe" -Dsun.java2d.noddraw=true -jar C:\JTS\jts.jar C:\JTS