Hi, I wrote a module that uses Inline::Java. The module is on CPAN, Finance::InteractiveBrokers::TWS. A user of the module is getting the error below.
I can't figure out the problem. The module works on my system, and I've never had anyone else who has used it run into this problem. I've asked him the things I can think of: >> I'm using Linux - Centos4.2, and I get the same error with your demo.pl file. >> For: perl -MInline::Java -e 'print $Inline::Java::VERSION,"\n"', I get 0.50_92 >>java -version = 1.5.0_06 He has his CLASSPATH set to the location of the java.classes. I can't think of anything else to ask to determine the problem Any help would be most appreciated Thanks Jay On Saturday 25 March 2006 10:19 pm, you wrote: > But I have a question, when I've cut and past your example (from > perldoc Finance::InteractiveBrokers::TWS ), I get the following > error. It dies on the OpenCallbackStream error. > > Server Version:25 > TWS Time at connection:20060325 23:14:19 EST > No public method 'OpenCallbackStream' defined for class > 'Finance::InteractiveBrokers::TWS::Inline_Bridge' at > /usr/lib/perl5/site_perl/5.8.5/Finance/InteractiveBrokers/TWS.pm line > 119 > > Steve Holditch