User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
Build 2.6.33Date 2010-11-01- Download https://www.dukascopy.com/client/jforexlib/publicrepo/com/dukascopy/dds2/JForexClientLibrary/2.12.3/JForexClientLibrary-2.12.3.zip
- Import it as an eclipse project. Note that by now the project has no libs.
- Download libs. There are two options:
- Use maven: open command line, change directory to eclipse project directory. Download libs by maven command: mvn install. Download maven here: https://maven.apache.org/.
- Download manually: open pom.xml file; find: repositories/repository/url; in the repository for each lib find the jar file by path: dependency/groupId/artifactId/version.
- In order to see javadocs in the eclipse project, do the following change in the line 6 of .classpath file: replace sourcepath="libs/JForex-API-2.6.33-sources.jar" with sourcepath="libs/JForex-API-sources-2.6.33..jar".
|
|