Hi
Thanks for getting back so quickly! But I'm still stuck

.
As I say, the starting point is that I have the code in the Wiki example working properly with the commons-lang3 jar file out of the .../Strategies/file directory. So its not a basic file permissions issue or anything like that.
When I try your example com.dukascopy.App jar in my Documents directory (adding @RequiresFullAccess) it finds the file OK but gives the error "Unable to load target class" on compile. Same result if the jar is in the .../Strategies/file directory.
As I said above, with my own jar in the .../Strategies/files directory, I get the error "The import com.uviva.JustTesting cannot be resolved", trying with "import com.uviva.*" and "import com.uviva.JustTesting". As I said, the error only shows in the editor when I put the correct path in the @Libraries annotation, so it's something to do with the jar file itself, and not an issue with locating the jar.
I've enclosed my com.uviva jar - there is a method com.uviva.JustTesting.getString() which returns "Success!".
I really would love to solve this - I'm using the Historical Tester so need to get some of my SDK code working inside JForex as cleanly as possible.