Re: [Quickfix-users] Building under Mac OS X
Brought to you by:
orenmnero
From: Hans B. <han...@ma...> - 2004-10-08 09:58:44
|
On Thu, 2004-10-07 at 18:26, Tahir H Butt wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > so I set up the JAVA_HOME properly, the configure script detected JNI > this time, and compiled the java code as well. > > unfortunately, running it still did not work. i get the message i > posted earlier. > > Gateway $ ./runat_java 81023 > <at> > Exception in thread "main" java.lang.UnsatisfiedLinkError: create > at quickfix.SessionSettings.create(Native Method) > at quickfix.SessionSettings.<init>(Unknown Source) > at at.main(at.java:42) > Runner.rb:79:in `sleep': Interrupt > from Runner.rb:79:in `createProcess' > from Runner.rb:72:in `each' > from Runner.rb:72:in `createProcess' > from Runner.rb:109 > from Runner.rb:106:in `each' > from Runner.rb:106 > > this is quickfix-1.9.2 on a Powerbook G4 running OS X 1.3.5 Do you have the 'lib/quickfix.jar'. I got some similar exception recently, when building on Linux Debian (sid). I did not have the Java bin directory in the PATH. That was needed for running 'javah'. check $PATH and run: PATH=$JAVA_HOME/bin:$PATH export PATH if necessary Hans Bausewein |