I downloaded the Jars from here:
https://www.dukascopy.com/client/jforexl ... ibrary.zipIn the "lib" directory there are all the jar files needed.
In /src/singlejartest there is a Main.java for testing. Just add the libs to the classpath, add your demo login to Main.java and execute:
cd /path/to/JForexClientLibrary/src/
javac -classpath "/path/to/JForexClientLibrary/libs/*:." singlejartest/Main.java
javac -classpath "/path/to/JForexClientLibrary/libs/*:." singlejartest/Main.java
java -classpath "/path/to/JForexClientLibrary/libs/*:." singlejartest.Main
Your IP address as to be registered to allow authorization (in jForex -> Portfolio -> Account). But I always get an connection error on the Main.java, the TesterMain.java is working. So something is going wrong. Maybe you will find what needs to be done and we get this working togedda.