Deployment of Java applications
Provides information on how to deploy an application that uses the OPL Java interface.
To compile and build an application that uses OPL Java interfaces, you need only one JAR file: oplall.jar, located in
<Install_dir>\opl\lib
Note: You must use the
oplall.jar file that corresponds
to your platform. This oplall.jar file is delivered
with the installer for a given platform and is specific to that platform.The JAR file uses the dynamic library opl\bin\<port_name>\opl<version>.dll (on Windows) or opl/bin/<port_name>/opl<version>.so (on UNIX) at run time. The OPL Java API supports the JDK from version 8.0, on Windows and UNIX.
Make sure your CLASSPATH variable includes
<Install_dir>\opl\lib\oplall.jar