Re: [Quickfix-developers] MacBook: /Library/Java/Extensions/quickfix.jar
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-06-02 22:37:38
|
I just noticed this the other day with the MacBooks. It had been working fine on the PowerBooks, but I haven't checked in a while. --oren On Jun 2, 2006, at 2:43 PM, Brendan Boerner wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/ > html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > While I've used QF off and on for about ~3.5 years it was not until > this Spring that I used it on a MacBook. > > On the MacBook (and presumably the PPC versions as well) quickfix.jar > is installed to /Library/Java/Extensions. > > I don't have a PPC to test this but this apparently is a problem on > the Intel machine: > > $ cd quickfix/bin > $ ./run_executor_java > Exception in thread "main" java.lang.UnsatisfiedLinkError: create > at quickfix.SessionSettings.create(Native Method) > at quickfix.SessionSettings.<init>(Unknown Source) > at Executor.main(Executor.java:40) > > # removing quickfix.jar from /Library/Java/Extensions is needed > $ rm /Library/Java/Extensions/quickfix.jar > $ ./run_executor_java > press <enter> to quit > > I thought I'd mention this in case others run into the same problem. > > Regards, > Brendan > > > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |