Could you please check if the following code launched from your JForex-SDK project returns 214 and 2.7.8?
package jforex.test;
import com.dukascopy.api.Instrument;
import com.dukascopy.dds2.greed.util.AbstractCurrencyConverter;
public class VersionCheck {
public static void main(String[] args) {
System.out.println( AbstractCurrencyConverter.class.getPackage().getImplementationVersion());
System.out.println( Instrument.class.getPackage().getImplementationVersion());
}
}
If it does then please provide a strategy which replicates case.