Hi, I tried to create a simple library (jar) and add into my Strategy file in jForex. Managed to compile and create the jar file for java files in NetBean. But when added the jar file into my Strategy file in jForex, I encounter
"invalid Class-Path header in manifest of jar file: .... " error.
Added the following lines in the Strategy file in jForex to access my simple library:
import myStrategy.*;
@Library("/tmp/myStrategy.jar")
Any idea how to resolve this? Thanks in advance
