XFEXTDIRS

Path for Java classes and JAR files for xfNetLink Java

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET

The XFEXTDIRS environment variable specifies the directory that contains the Java classes and JAR files required by your application.

The path for the directory that contains additional Java classes and JAR files required by your application.

If you are targeting an earlier version of Java than you are using (e.g., if you are using Java 11 and targeting Java 10), you must set the XFEXTDIRS environment variable to the path that contains additional classes and JAR files needed by your application, such as those required for encryption. This environment variable must be set before building the JAR file. The path is usually java.home\lib. (For example, usr/Java/jdk/jre/lib.)

XFEXTDIRS works in conjunction with XFBOOTCLASSPATH.

The environment.

xfNetLink Java

On Unix,

XFEXTDIRS = usr/Java/jdk/jre/lib    ;export XFEXTDIRS