Java Interface
This interface allows Antenna House Formatter V7.4 to be invoked from Java programs. See Java VM Issues.
The Java Interface uses JNI (Java Native Interface).
CAUTION: | The Java Interface for Macintosh M1 version is not available. |
---|
CAUTION: | Windows x86 version can be installed on Windows (64-bit version). In that case, use JDK of the 32-bit version when you use Java interface. |
---|
Library Files
The following library files are included in [Install directory] or [Install directory]/lib.
Library file | Contents | Location |
---|---|---|
XfoJavaCtl.jar | Java Archive | [Install directory]/lib |
XfoJavaCtl74.dll | Java Interface Library for Windows | [Install directory] |
libXfoJavaCtl74.so | Java Interface Library for Linux | [Install directory]/lib |
libXfoJavaCtl74.jnilib | Java Interface Library for Macintosh | [Install directory]/lib |
In order to execute the Java Interface, directory of execute java and [Install directory]/lib/XfoJavaCtl.jar must be included in the CLASSPATH environment variable. In addition, from using JNI (Java Native Interface), in Windows versions, [Install directory] must be included in the PATH environment variable. In the following environment, [Install directory]/lib must be included. In Linux versions, it must be included in the LD_LIBRARY_PATH environment variable. In Macintosh version (64-bit version), it must be included in the java.library.path . See also Environment Variables for the necessary environment variables.
Windows versions:
Linux versions:
Java VM Issues
Antenna House Formatter V7.4 Java Interface is built with J2SE5.0 in Windows versions, Java SE 8 in Linux version (64-bit version), OpenJDK 8 in Amazon Linux 2 Graviton2 version, Java SE 6 in Macintosh version (64-bit version).
Use in an Application Server
Since the native JNI library can be read by two or more Java VM class loaders, when using this interface in application servers, such as Tomcat, do not install the XfoJavaCtl.jar in the WEB-INF/lib of the Web application. Set the interface to be read by class loaders (system class loader etc.) which only load once.
Use with Maven
To use the Antenna House Formatter V7.4 Java Interface jar in a Maven project, include the jar as a local dependency by setting its dependency scope to system and specifying systemPath.
Alternatively, install the jar locally using Maven’s install plugin.
Another alternative is to create your own repository and deploy the jar there.
Running the Sample Program
You can download simple sample programs from our website.
The following shows how to execute these sample programs. In this case the path to unzipped java directory must be included in CLASSPATH.
The current directory of the following samples is the directory containing the java directory where the sample is unzipped.
In Macintosh version (64-bit version), the setting of java.library.path needs to be added in the java command as follows: