XFBOOTCLASSPATH
Path for runtime JAR file for xfNetLink Java
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
The XFBOOTCLASSPATH environment variable specifies the path and filename for the rt.jar file.
Value
The path and name of the rt.jar file.
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 XFBOOTCLASSPATH environment variable to the path and filename of the rt.jar file before building the JAR file. This path is usually java.home\lib\rt.jar. (For example, c:\Program Files (x86)\Java\jdk\jre\lib\rt.jar.)
XFBOOTCLASSPATH works in conjunction with XFEXTDIRS.
Setting location
In the environment.
Used by
xfNetLink Java
See also
- XFEXTDIRS 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
XFBOOTCLASSPATH = c:\Program Files (x86)\Java\jdk\jre\lib\rt.jar