HI,
during compilation of a IStrategy I'm getting this very short message:
Cannot load target class
I think I've isolated the problem. In fact when I disable this single line of code:
public static XYSeries equityXYseries = new XYSeries("Equity_Line");then the compilation is successfull.
The XYSeries class belongs to the JFreeChart Library.
The weird thing is that I have another strategy that has the same line of code and uses without issues the JFreeChart Library.
Any help about this issue?
Kind regards,
Paolo