Oh.... Let me try. I was following the suggestion here http://leptokurtosis.com/main/node/31
Thanks indeed. On Thursday, November 7, 2013 3:42:38 AM UTC+8, Eugene Kononov wrote: > > It looks like you are using your own version of IB-api, instead of the one > bundled with JBooktrader, which is lib/ibapi-9.66.jar. > > > > > > On Wed, Nov 6, 2013 at 9:59 AM, Daniel Chan <[email protected]<javascript:> > > wrote: > >> I have downloaded jBookTrader 9.01. When I try to compile it under Mac >> OS Mavericks NetBeans 7.2.1, I have the following 2 errors. Not sure if >> anyone has seen that before? >> >> >> /Users/ABC/NetBeansProjects/JBookTrader/source/com/jbooktrader/platform/trader/EWrapperAdapter.java:12: >> >> error: EWrapperAdapter is not abstract and does not override abstract >> method commissionReport(CommissionReport) in EWrapper >> public class EWrapperAdapter implements EWrapper { >> >> /Users/ABC/NetBeansProjects/JBookTrader/source/com/jbooktrader/platform/dialog/AboutDialog.java:99: >> >> error: CLIENT_VERSION has private access in EClientSocket >> JLabel clientVersionValueLabel = new JLabel("" + >> EClientSocket.CLIENT_VERSION); >> >> Note: >> /Users/ABC/NetBeansProjects/JBookTrader/source/com/ib/client/EReader.java >> uses unchecked or unsafe operations. >> Note: Recompile with -Xlint:unchecked for details. >> >> 2 errors >> >> -- >> You received this message because you are subscribed to the Google Groups >> "JBookTrader" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/jbooktrader. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "JBookTrader" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/jbooktrader. For more options, visit https://groups.google.com/groups/opt_out.
