|
From: Christoph J. <chr...@ma...> - 2020-03-30 12:55:43
|
I guess the solution is the same as before, but probably you need to include another JAR file. I guess quickfixj-core. On 30.03.20 13:34, Fuad Azhar wrote: > QuickFIX/J Documentation:http://www.quickfixj.org/documentation/ > QuickFIX/J Support:http://www.quickfixj.org/support/ > > > > Hi thanks for answer that my problem about JNI... now i have different error from my apps. > i have add quickfixj-messages-fix42.2.1.1.jar but when i try run my apps i have problem like this one > > Exception in thread "main" java.lang.NoClassDefFoundError: quickfix/MessageStoreFactory > at com.dxtr.fastmatch.FastmatchMDRequest.<init>(FastmatchMDRequest.java:14) > at com.dxtr.fastmatch.FastmatchMDRequest.main(FastmatchMDRequest.java:19) > Caused by: java.lang.ClassNotFoundException: quickfix.MessageStoreFactory > at java.net.URLClassLoader.findClass(URLClassLoader.java:382) > at java.lang.ClassLoader.loadClass(ClassLoader.java:418) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) > at java.lang.ClassLoader.loadClass(ClassLoader.java:351) > ... 2 more > > how to solved my problem ? > > Pada tanggal Sen, 30 Mar 2020 pukul 18.04 Aidan Nutley <an...@fi... > <mailto:an...@fi...>> menulis: > > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J <http://www.quickfixj.org/documentation/QuickFIX/J> Support: > http://www.quickfixj.org/support/ > > > Hi, > > Take a look > https://stackoverflow.com/questions/22381202/a-jni-error-has-occurred-please-check-your-installation-and-try-again-in-eclips > > Thanks > Aidan > |