I have now did some experiments and it seems the JNLP file makes trouble. Java Web Start searches the
com.dukascopy.dds2.greed.GreedClient class inside the first resource
lib/7zip-4.65.jar.
But
lib/7zip-4.65.jar do not have any
com.dukascopy.dds2.greed.GreedClient class. This class is defined in
lib/jForex-2.14.23.jar. So, my conclusion is: Put
lib/jForex-2.14.23.jar in the first place like below:
Quote:
<resources>
<jar href="lib/jForex-2.14.24.3.jar" main="false"/>
<jar href="lib/7zip-4.65.jar" main="false"/>
...
</resources>