Term Transfer Tool Version |
Java Version |
---|---|
Up to 5.5.1 |
Java 8 |
6.0.0 and later |
Java 17 |
Once you’ve received the Term Transfer Tool package from Acrolinx, unzip the package and that the tool can correctly locate your Java installation.
To install the Term Transfer Tool, follow these steps:
-
Install Java. We recommend OpenJDK. Learn how to download it.
-
Unzip the Term Transfer Tool package to a location on your computer.
You can install the Term Transfer Tool anywhere where the Java runtime environment is installed.
-
If you’re running the Term Transfer Tool under Windows, configure the Term Transfer Tool to recognize where Java is installed on your computer.
-
Open the file
transfer.bat
in a text editor in the Term Transfer Tool installation directory. -
In the file, set the variable that stores the location of your Java runtime environment by uncommenting the sample variable and updating the path to your Java installation.
Example
SET JAVA_HOME="C:\Program Files\Java\jre1.8.0_202\"
-
Tip
If you need to use a proxy server with the Term Transfer Tool, add the following lines to the transfer.sh
script.
#!/bin/sh java -Xmx1024M \ -Dhttp.proxyHost=localhost \ -Dhttps.proxyHost=localhost \ -Dhttp.proxyPort=3128 \ -Dhttps.proxyPort=3128 \ -Dlog4j.configuration=log4j.xml -Djava.util.logging.config.file=logging.properties -jar term-importer-5.2.0.jar "$@"