Hello, my strategy consist on one main class file (.jfx ) that loads an external class ( .class is written on eclipse with maven dependencies ) where I have written some main functions. Actually I have this problem: If in the .class file I don't use dukascopy api I don't have any problem with LOADING & USING the Methods and the Fields of .class, but if I import and use any of the dukanskopy api on it...the main file .jfx is able to load .class anyway, but after that it crashes. Could you explain me why?
On Eclipse I use : JForexClientLibrary 2.17.1 DDS2-jClient-JForex 2.17.1
Could you please provide a full example which replicates the problem? Otherwise, please consider usage of .jar files instead of .class files. In this case you won't need to use reflection to access the functions, see: https://www.dukascopy.com/wiki/#Include_libraries