Installing the Informatica Address Verification Java based Package
Installing the Informatica Address Verification Java based Package
To use the Java based version of Informatica Address Verification you must have the Java Runtime Environment (JRE) Version 8 or later set up on the device on which you install Address Verification. If you want to develop your own applications, you must install the Java platform (JDK) SE 8 or later on the device. You can download the JRE package from the Oracle Java website.
For IBM platforms, you must install the IBM Java package Version 8.
To install the Java based package on a Windows device, copy
AddressDoctor5.dll
and
AddressDoctor5.jar
to the JRE class path.
Typically,
C:\Program Files\Java\jre\lib\ext
is saved to the system-wide class path. You can explicitly set application-specific class paths using the
-cp
switch. You can run the following commands after unpacking the files to the present working directory:
If you have previous versions of Address Verification installed on the device on which you want to install the new version, remove the older versions from the system before you unpack the new files. If you need to retain the older versions, be sure to distinctly name the folders and ensure that the configuration files are available in appropriate locations.
Set the thread stack size to a minimum of 2 MB and the heap size to 512 MB.
For example if Address Verification is installed in the
lib
folder on a Linux device on which the main class is named
MyApp
, run the following commands:
java -cp .:lib/AddressDoctor5.jar MyApp.java
java -Xss2m -Xms512m -cp .:lib/AddressDoctor5.jar
-Djava.library.path=lib MyApp
If you install Informatica Address Verification on a Unix-based device, increase the thread stack size to at least 1 MB.
For example, on AIX devices, set the
export AIXTHREAD_STK
to 1000000.
Similarly, set the
ulimit -s
to unlimited.
On IBM J9 JVM, increase the OS stack size by running the