RE: [Quickfix-developers] Help on QUICKFIX/J
Brought to you by:
orenmnero
|
From: Shepheard, T. (London) <Tob...@ml...> - 2005-10-26 08:41:37
|
If you're using Quickfix/J as the subject line suggests, then it is a pure java implementation and you don't need any non-java libraries. Unless you need your own build for some reason, then you can just download the .bin version and use the provided quickfixj.jar file along with the other libraries in the lib folder. Make sure you include these in your classpath when building your own application. =20 If you need to build it yourself, then once you've extracted the Quickfix/J code from the src zip you can find instructions under quickfixj\doc\usermanual\installation.html#build. It assumes you have Java 1.4.x or higher installed, and you'll also want ant (http://ant.apache.org) for running the build.xml script. =20 If you're using quickfix 1.10.2 then the java version is only a wrapper around the base implementation - you need to build the java and build the base too. I'm not familiar with it but there are some build.sh that look like they'll do the job. As with QuickFIX/J, you'll want ant installed I think. I would guess that libquickfix_jni.so is the output of one of the earlier build scripts and then used by later scripts to do the jni bindings. =20 If you have further problems then posting what version you're using, your environment and a list of what you've done and what errors you're getting would really help. =20 =20 =20 -----Original Message----- From: qui...@li... [mailto:qui...@li...] On Behalf Of amit sharma Sent: 26 October 2005 06:37 To: qui...@li... Subject: [Quickfix-developers] Help on QUICKFIX/J Hello everyone, If anyone can please tell me that if 'libquickfix_jni.so' is necessary for quickfix-java implementation or there is some work around. Please let me know as I m in urgent need. Thanks in advance Amit -------------------------------------------------------- If you are not an intended recipient of this e-mail, please notify the = sender, delete it and do not read, act upon, print, disclose, copy, = retain or redistribute it. Click here for important additional terms = relating to this e-mail. http://www.ml.com/email_terms/ -------------------------------------------------------- |