|
From: t.s. <tru...@cb...> - 2007-05-07 05:27:43
|
>> 4. On "setting up your project", the documentation said something about
>> "create a static initializer on your class, adding the line
>> System.loadLibrary("quickfix_jni") in order to load the appropriate
>> quickfix dll or shared object".
> Where did you find this documentation? This seems to be part of the Java API of the native QuickFIX
> engine. The QuickFIX/J engine is pure Java and the docs should not contain any System.loadLibrary()
> calls. Otherwise, this is a documentation bug.
Ah, My bad, sorry....
I got mixed up with the quickfix documentation at
http://www.quickfixengine.org/quickfix/doc/html/project.html
since they have a 'java' section too.
Thank you all for the very informative answers,
I'll dig around on the example applications first.
Wish me luck :)
Regards,
t.s.
|