XFEXTDIRS
Path for Java classes and JAR files for xfNetLink Java
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
The XFEXTDIRS environment variable specifies the directory that contains the Java classes and JAR files required by your application.
Value
The path for the directory that contains additional Java classes and JAR files required by your application.
Discussion
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.
Setting location
In the environment.
Used by
xfNetLink Java
See also
- XFBOOTCLASSPATH environment variable
- If you’re generating class wrappers in Workbench, see Building a JAR file in Workbench
- If you’re generating class wrappers from the command line, see Building a JAR file from the command line
Examples
On UNIX,
XFEXTDIRS = usr/Java/jdk/jre/lib ;export XFEXTDIRS