Re: [Quickfix-developers] Adding quickfix_jni
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-05-19 04:52:09
|
The extension will depend on the operating system you've built the JNI library on. If you are building on windows, you should end up with a file called quickfix_jni.dll, on *unix, it should be quickfix_jni.so. The java.library.path should be set to a directory where on of these files resides. You must build them however, there is currently no binary distributions of QuickFIX. --- Ramakrishnan <ram...@ba...> wrote: > Hi , > > quickfix_jni has lot of extensions. For Java which > extension file name i have to take whether it is > vcproj extn and sln extension . > > I tried using all the file extension and give the > command which was given below , but for file > extension it gave the following error > > Exception in thread "main" > java.lang.UnsatisfiedLinkError: no quickfix_jni in > java.library.path. Whether it need to make any dll > for us . And whether java will work without loading > this library file . > > Kindly please conform the same . > > Regds > Ramakrishnan > > > > > > ----- Original Message ----- > From: Oren Miller > To: Ramakrishnan ; > qui...@li... > Sent: Wednesday, May 14, 2003 8:25 PM > Subject: Re: [Quickfix-developers] Adding > quickfix_jni > > > quickfix_jni needs to be in your library path. > How that works depends on your operating system. On > linux, for instance, it needs to be in your > LD_LIBRARY_PATH, in windows this would be your PATH. > You can also specify a directory on the command > line when starting java by using: > -djava.library.path="some/directory" > > Ramakrishnan <ram...@ba...> > wrote: > Hi, > > Whether it is necessary to add the quickfix_jni > to the register , if so how > to add the same or Simplfy copying the > quickfix_jni file to the classpath > directory will work . > > Regds > Ramakrishnan > > > > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June > 4-6, 2003, Santa Clara > The only event dedicated to issues related to > Linux enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > ------------------------------------------------------------------------------ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |