hi Support,
Dynamic class loading is discussed in the following article -
https://www.dukascopy.com/wiki/index.php ... java_classBut actually it is not a full example since you don't show how to call methods on that interface implementation.
Can you please show how to -
1. Define an interface
2. Write an implementation class of #1
3. Dynamically load the interface and create an instance of the implementation (#2)
4. Invoke methods on the just created instance.
Thanks,
cb888trader.