Re: [Quickfix-developers] Java on Solaris
Brought to you by:
orenmnero
From: <OM...@th...> - 2003-01-08 18:48:44
|
Make sure that libquickfix_jni.so is in a place that java can find it. You can use -Djava.library.path to explicitly specify the directory it is in. --oren |---------+-----------------------------------------------> | | "Martin Janssen" | | | <mar...@no...> | | | Sent by: | | | qui...@li...ur| | | ceforge.net | | | | | | | | | 01/08/2003 06:35 AM | | | | |---------+-----------------------------------------------> >----------------------------------------------------------------------------------------------| | | | To: <qui...@li...> | | cc: | | Subject: [Quickfix-developers] Java on Solaris | >----------------------------------------------------------------------------------------------| Hi there, Eventhough I exactly followed all the instructions I could find to try a short sample application of my own, written in Java, this is what I get when I try to run it: Exception in thread "main" java.lang.UnsatisfiedLinkError: /export/home/mj/QuickFIX/mjtst/libquickfix_jni.so: ld.so.1: /usr/bin/../java/bin/../bin/sparc/native_threads/java: fatal: relocation error: file /export/home/mj/QuickFIX/mjtst/libquickfix_jni.so: symbol _ZTVN3FIX16ScreenLogFactoryE: referenced symbol not found at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1414) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1338) at java.lang.Runtime.loadLibrary0(Runtime.java:744) at java.lang.System.loadLibrary(System.java:815) at MJMain.<clinit>(MJMain.java:8) Any clue on what I could be doing wrong ? Thanks in advance, Martin |