I would like to use Intellij IDEA for development, but with the dependencies I have a lot of trouble. With Netbeans everything is all right, I am able to run the project on the remote server / local jforex / and alone. It has a really good tutorial, and I miss the Intellij version. But I prefer Intellij. Earlier I used PhpStorm, and I just like to work with JetBrain IDE's, they feel really good.
So Intellij and Java is new to me, but I hope somebody can help with some short tutorial, how to reference external modules, make jars, and make the annotations to work for jforex development. So to set up a simple project structure to work on all platforms.
(yes, I know, I should use NetBeans, but maybe somebody likes Intellij and can help)
We are assuming that you have Maven installed and configured for Intellij IDEA. Download SDK zip https://www.dukascopy.com/wiki/en/devel ... jforex-sdk Unzip the project In Intellij IDEA choose File > Open > choose pom.xml file inside of the project From Maven Projects panel > Reimport all maven projects Change username and password in Main.java Run Maiv.java
Thanks for the answer. I've managed to set up the basic maven project for jforex, and run "standalone" strategy files from my files containing the main method, or use it on Jforex platform.
But I had difficulties to use multiple resources: custom external libraries, custom modules, artifacts and build the proper jar files to work with.