I have downloaded the latest Eclipse IDE and the latest JForex-SDK. I then try to run a strategy using code found on your website (and adding my username and pwd). This used to work fine until recently. Now, I am getting the following exception:
2014-12-25 22:48:34.434 INFO MainPin - Connecting... Exception in thread "main" com.dukascopy.api.system.JFVersionException: System offline at com.dukascopy.api.impl.connect.DCClientImpl.authenticate(DCClientImpl.java:534) at com.dukascopy.api.impl.connect.DCClientImpl.connect(DCClientImpl.java:276) at singlejartest.MainPin.main(MainPin.java:74)
Can you please help me understand what the problem is and what needs to be done. I found on the forum one post on the subject and the answer there was: "There are temporary problems with authorization server." Is this the cause of my getting this exception or not? Thanks regards
API Support
Post subject: Re: com.dukascopy.api.system.JFVersionException: System offline