Re: [Quickfix-developers] A Cup of Java and A QF biscuit... Beginner Questions
Brought to you by:
orenmnero
From: Malinka R. <ael...@gm...> - 2009-03-04 16:48:16
|
You can't use QF on Mono w/o a lot of work, QF is C++ and then Wrapper layers are invented to work with the .NET or JNI, etc. so basically long story short you can't compile QF with mono to run in .NET in linux, however you can use http://www.mono-project.com/Embedding_Mono to make a C++ .NET bridge using mono, haven't tried that personally. About the java problem there has to be an environment variable for where jave looks for libraries and you would need to add /usr/local/lib to that path, however I don't use java normally so I don't know it offhand On Wed, Mar 4, 2009 at 02:26, Neil Franken <nfr...@th...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi All > > > > I am just starting with quickfix and Java. I am running Ubuntu 8.1 and using Netbeans 6. I can import the quickfix.jar file and I have the quickfix object available. However I have a problem loading the library quickfixjni. It is stored in my /usr/local/lib path and it appears that the Java library path is pointing to (amongst others) /usr/lib. Now I am busy getting rid of my windows habit and this is my first time programming in *nix. > > > > So is there anyone on this list that can give me some pointers(not the C++) type on how to make sure that Java can see these librarie?. Sorry for such basic question I come from mainly a C++/Delphi background however my clients want to run on Windows so Java is the way for me at the moment. > > > > Just one other question has anyone tried using quickfix on Mono? > > > > Regards > > Neil > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |