which Java for IB TWS ?

we use java 1.60-01 which to my knowledge is the current version as you will have small issues with older versions until you upgrade.

w
 
You can have multiple versions of java installed but force tws to use the old one. The command line I use is:

"C:\Program Files\Java\jre1.5.0_11\bin\javaw.exe" -cp jts.jar;pluginsupport.jar;jcommon-1.0.0.jar;jfreechart-1.0.0.jar;jhall.jar;other.jar;rss.jar -Dsun.java2d.noddraw=true -Xmx256M jclient/LoginFrame C:\Jts
 
I have always just used the most current version for my TWS plugins and have never had any problems.

I believe every version of java since 1.2 has had the "java 2" brand name. They didn't keep it going and make 1.3 "java 3' so it's really become a meaningless term nowadays.
 
Quote from RichardTodd:

I have always just used the most current version for my TWS plugins and have never had any problems.

I believe every version of java since 1.2 has had the "java 2" brand name. They didn't keep it going and make 1.3 "java 3' so it's really become a meaningless term nowadays.
so version 6 refers to Java 1.6 ???
 
Quote from dcraig:

No. Not really. It's always best to refer to Java 1.6 and then its unambiguous.
On the http://www.java.com website, it says the current release is Version 6 Update 2. Man, are they confused or what. No wonder SUNW is down in the pits.

Anyway thanks guys for the info. Lots to experiement here.
 
Back
Top