Test the GeoTAX SDK installation - geotax_sdk - 2.2

GeoTAX SDK Developer Guide

Product type
Software
Portfolio
Locate
Product family
Geo Addressing
Product
GeoTAX SDK
Version
2.2
ft:locale
en-US
Product name
GeoTAX SDK
ft:title
GeoTAX SDK Developer Guide
Copyright
2024
First publish date
2023
ft:lastEdition
2024-08-30
ft:lastPublication
2024-08-30T02:47:25.239000

Use the sample project to test the GeoTAX SDK installation. It is a small Java project that implements LookupByAddress.

  • The IDE must support Gradle.

  • All dependencies needed for compiling the sample project are included in the distribution folder:

    geotax-dist-version/sdk/repository

This example uses [IntelliJ]. For any other IDE, follow the IDE-specific documentation for importing a Gradle project.

Import the project into the IDE.

  1. Select the project build.gradle file located in the GeoTAX SDK distribution package directory:
    geotax-dist-version/sdk/samples/geotax-sdk-api-sample

Create the IntelliJ configuration.

  1. Go to the distribution package directory containing the sample:
    cd geotax-dist-version/sdk/samples/geotax-sdk-api-sample
    If you do it from within the IntelliJ terminal this will be your default directory.
  2. Run gradlew idea.
    The build should end with a message similar to:
    BUILD SUCCESS...
After running the above command, IntelliJ associates all necessary dependencies needed to compile the project.