Deploy an Open Client application that uses a Java proxy
- Last Updated: May 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
To deploy a client application that uses a Java proxy, you must first perform the following steps in the specified order, on the system where you plan to run the application:
- Install a Java Virtual Machine (JVM). Many platforms already come with a JVM. For more information on the available Java run-time environment (JRE) for your platform, see the sections on Java requirements in OpenEdge Getting Started: Installation and Configuration.
-
Copy the required files for the client application and proxy to the deployment
system:
-
Update the
CLASSPATHsetting for the Java environment that will run the client application to include the following: -
If you use HTTPS (TLS), copy your digital certificates to the location
required by your application. The Open Client Toolkit includes the certificate management
tool (
procertmutility), which provides a way to import, export and remove certificates to and from.jarand.zipfiles. See Secure server connections to Java Open Clients. - Run your Java Open Client application as designed.