[Quickfix-developers] Help.. Bansai w/ Redhat9
Brought to you by:
orenmnero
From: Ron B. <br...@ma...> - 2003-07-09 01:38:14
|
Hello, I have complied and tested Quickfix on Redhat 9. I can get the console examples running without problems. I'm having problems with the JAVA gui... bansai. After adding JAVA_HOME... to my shell script the compiler reports no errors. When I ./run_bansai i get the following : Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ron/Program/quickfix/src/java/.libs/libquickfix_jni.so.4.0.0: libquickfix.so.0: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1485) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at Banzai.<clinit>(Unknown Source) Not sure where to start. Thanks, ron |