Re: [Quickfix-developers] MacBook: /Library/Java/Extensions/quickfix.jar
Brought to you by:
orenmnero
|
From: Mike G. <qui...@go...> - 2006-06-03 06:59:34
|
<html> <body> <font size=3>Hi developers,<br><br> I downloaded and installed the quickfix source for the first time ever a few days ago on a PC running Windows XP. I am trying to make sure the example apps in the /bin directory run properly. I can get ./run_ordermatch.bat and ./run_tradeclient.bat to run with no problem. But when I try to run the ./run_executor_java.bat, I get exactly the same error message as above:<br><br> <blockquote type=cite class=cite cite="">Exception in thread "main" java.lang.UnsatisfiedLinkError: create<br> at quickfix.SessionSettings.create(Native Method)<br> at quickfix.SessionSettings.<init>(Unknown Source)<br> at Executor.main(Executor.java:40)</blockquote><br> I have jdk1.5.0_07 installed, but my java knowledge is virtually nil. The PC version doesn't have a quickfix.jar file in an Extensions directory to remove, so I don't know how to fix this. Any suggestions of what to try next?<br><br> Thanks,<br> Mike Gossland<br><br> PS Sorry if this a duplicate email.<br><br> <br> At 03:43 PM 6/2/2006, Brendan Boerner wrote:<br><br> <br> <blockquote type=cite class=cite cite="">QuickFIX Documentation: <a href="http://www.quickfixengine.org/quickfix/doc/html/index.html" eudora="autourl"> http://www.quickfixengine.org/quickfix/doc/html/index.html</a><br> QuickFIX Support: <a href="http://www.quickfixengine.org/services.html" eudora="autourl"> http://www.quickfixengine.org/services.html</a><br><br> Hi,<br><br> While I've used QF off and on for about ~3.5 years it was not until<br> this Spring that I used it on a MacBook.<br><br> On the MacBook (and presumably the PPC versions as well) quickfix.jar<br> is installed to /Library/Java/Extensions.<br><br> I don't have a PPC to test this but this apparently is a problem on<br> the Intel machine:<br><br> $ cd quickfix/bin<br> $ ./run_executor_java<br> Exception in thread "main" java.lang.UnsatisfiedLinkError: create<br> at quickfix.SessionSettings.create(Native Method)<br> at quickfix.SessionSettings.<init>(Unknown Source)<br> at Executor.main(Executor.java:40)<br><br> # removing quickfix.jar from /Library/Java/Extensions is needed<br> $ rm /Library/Java/Extensions/quickfix.jar<br> $ ./run_executor_java<br> press <enter> to quit<br><br> I thought I'd mention this in case others run into the same problem.</blockquote><br><br> <br> </font></body> </html> |