|
From: Fuad A. <fua...@gm...> - 2020-03-30 12:46:14
|
i have add quickfixj-message-fix42.2.1.1.jar also quickfixj-core and all of required but when i run i got that error again and again... how to fix it Pada tanggal Sen, 30 Mar 2020 pukul 19.40 Christoph John < chr...@ma...> menulis: > 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...> 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 >> > > |