Re: [Quickfix-developers] java.lang.UnsatisfiedLinkError: setUtcTimeOnly
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2006-03-10 20:42:33
|
The build process for the JNI library changed a bit. It used to have a separate project file. Now the jni is in the same project, so you need to define HAVE_JAVA in config_windows.h. Otherwise an empty JNI gets built, which is what you are seeing. --oren jav...@ch... wrote: >QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html >QuickFIX Support: http://www.quickfixengine.org/services.html > >Hi, > >I'm trying to upgrade from 1.10.2 to 1.11.1 but I'm getting the following JNI exception: > >java.lang.UnsatisfiedLinkError: setUtcTimeOnly > at quickfix.Group.setUtcTimeOnly(Native Method) > at quickfix.Group.setField(Unknown Source) > at quickfix.fix42.MarketDataSnapshotFullRefresh$NoMDEntries.set(Unknown Source) > at com.tara.tito.taracaster.fix.FixUtil.createForecastMessage(FixUtil.java:188) > at com.tara.tito.taracaster.net.ForecastEngineWorkerApp.forecastReceived(ForecastEngineWorkerApp.java:298) > at com.tara.tito.taracaster.EngineManager$EngineThread.run(EngineManager.java:171) > >This led me to build quickfix_jni.dll but when when it is built, it is empty with 4KB in size. Help... > >Thanks in advance, > >Dae Song > > >------------------------------------------------------- >This SF.Net email is sponsored by xPML, a groundbreaking scripting language >that extends applications into web and mobile media. Attend the live webcast >and join the prime developer group breaking into this new coding territory! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >_______________________________________________ >Quickfix-developers mailing list >Qui...@li... >https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > |