[Quickfix-developers] MacBook: /Library/Java/Extensions/quickfix.jar
Brought to you by:
orenmnero
|
From: Brendan B. <br...@ka...> - 2006-06-02 19:43:36
|
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
|