Version: 0.2.6_preview
The Java ADH library is an introductory language-specific examples of programming against AVEVA Cloud Services (ADH). It is intended as an instructional samples only and is not for production use.
The library is not intended to show every endpoint and every option/parameter for endpoints it has. The library is known to be incomplete.
- Clone a local copy of the GitHub repository.
- In Eclipse, select
File
>Import
>Maven
>Existing maven project
- Select the local copy, and click Finish to add it to your workspace
- Clone a local copy of the GitHub repository.
- Download
apache-maven-x.x.x.zip
from http://maven.apache.org and extract it. - Setting environment variables.
- For Java JDK
- New User Variable
- Variable name -
JAVA_HOME
- Variable value - location to the Java JDK in User variables.
- Variable name -
- add JDK\bin path to the Path variable in System variables.
- New User Variable
- For Maven
- New User Variable
- Variable name -
MAVEN_HOME
- Variable value - location to the extracted folder for the maven
~\apache-maven-x.x.x
in User variables.
- Variable name -
- add
~\apache-maven-x.x.x\bin
path to the Path variable in System variables.
- New User Variable
- For Java JDK
- *Install the ocs_sample_library_preview to your local Maven repo using
mvn install
from/sample-ocs-sample_libraries-java
*Currently this project is not hosted on the central Maven repo and must be compiled and installed locally.
Tests are done by testing the sample apps that use this library.
Developed against Maven 3.6.1 and Java 1.8.0_181.
AVEVA Samples are licensed under the Apache 2 license.
For the main ADH sample libraries page ReadMe
For the main ADH samples page ReadMe
For the main AVEVA samples page ReadMe