[Quickfix-developers] Java on Solaris
Brought to you by:
orenmnero
|
From: Martin J. <mar...@no...> - 2003-01-08 12:35:51
|
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 |