according to this instruction,for third party jar files, I am supposed to use @Library annotation,but how to use 2 or more jar files ?
https://www.dukascopy.com/wiki/en/devel ... -librariesthis is the error message prompted by jfoex IDE
Quote:
14:00:54 ----------
14:00:54 2 problems (2 errors)
14:00:54 ----------
14:00:54 2. ERROR in /home/emacsen/JForex/emacsen/jfxide/tmp/compile/SMASimpleStrategy.java (at line 9)
14:00:54 @Library("gson-2.8.2.jar")
14:00:54 ^^^^^^^^
14:00:54 Duplicate annotation @Library
14:00:54 ----------
14:00:54 1. ERROR in /home/emacsen/JForex/emacsen/jfxide/tmp/compile/SMASimpleStrategy.java (at line 7)
14:00:54 @Library("pyrolite-4.20.jar")
14:00:54 ^^^^^^^^
14:00:54 Duplicate annotation @Library
any of the jar files works well ,if I annotate them singly.