Hello everybody, I am a Newbie at Java & Eclipse but not at programming in general.
i want to build a jar file with my additional classes using Eclipse. Then include the jar-File to my Strategy (using @Library) and compile it in JForex I need the JForex-API in Eclipse because i want to use several API-Objects in my jar-File.
I already tried several ways to do that, but i just don't get it. Without API-Objects in my jar-File it works fine but as soon as i use API-Objects in my jar-File, i get Compiling errors in JForex like this one:
-> The type com.dukascopy.api.feed.IRangeBar cannot be resolved. It is indirectly referenced from required .class files & -> The constructor GSignal(IRangeBar, IRangeBar) refers to the missing type IRangeBar
(using IRangeBar in JForex isnt a Problem, but using it in my jar-File)
Can anyone give me a Step-by-Step Instruction how to build such a jar-File and use it in JForex?