Skip to content

Latest commit

 

History

History
executable file
·
54 lines (35 loc) · 2.14 KB

README.md

File metadata and controls

executable file
·
54 lines (35 loc) · 2.14 KB

Descriptors Java API examples

This repository contains Java Examples to use APIs in the com.chemaxon.descriptors package.

Getting started

This project depends on Chemaxon proprietary jchem.jar available in JChem Engines platform independent (.zip) distribution. This distribution can be downloaded manually or retrieved from the Chemaxon Public Repository with proper credentials. This Gradle project uses the second approach.

Prerequisites

Building the project

Call

./gradlew build -PcxnHubUser=<YOUR_PASS_EMAIL> -PcxnHubPassword=<YOUR_HUB_API_KEY>

or, if you are using Windows,

./gradlew.bat build -PcxnHubUser=<YOUR_PASS_EMAIL> -PcxnHubPassword=<YOUR_HUB_API_KEY>

API docs

JAVA API docs can be foand at the JChem Base API documentation site. The most important packages relevant to this example:

Licensing

This project is distributed under the Apache License 2.0. Some dependencies of this project are Chemaxon proprietary products which are not covered by this license. Please note that redistribution of Chemaxon proprietary products is not allowed.