CSJCurrent en:Example Project

Aus Cryptshare Documentation
Version vom 3. Januar 2023, 10:15 Uhr von Frorathm (Diskussion | Beiträge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche



General

This page contains a simple Maven Java Project showing how the Java API for Cryptshare can be used.

Java API Version 5.0.1
Please note, that the Maven setup is configured to use the API version 5.0.1. Make sure you have the corresponding API version installed in the used repository.

Maven

How to import the project to your favorite IDE

IntelliJ

Click here to show the instructions for importing this project into IntelliJ

1. Download the project zip from this page and unpack it to your workspace.

2. In IntelliJ select 'File' → 'New' → 'Project from Existing Sources' 23953544.png

3. In the next dialog select the example-project directory. 23953542.png

4. In the next dialog select 'Import project from external model' and 'Maven'. 23953541.png

5. Follow the remaining steps of the wizard by clicking 'Next'.

Eclipse

Click here to show instructions for importing this project into Eclipse

1. Download the project zip from this page and unpack it to your workspace.

2. In Eclipse select 'File' → 'Import' 23953540.png

3. Select 'Existing Maven Projects' 23953539.png

4. Click on 'Browse', select the project directory and click 'OK' 23953546.png

5. Click on 'Finish'