Deploy an Open Client application that uses a Java proxy
- Last Updated: June 9, 2026
- 2 minute read
- OpenEdge
- Version 12.2
- 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). For more information on the available Java run-time environment (JRE) for your platform, see the sections on Java requirements in Install OpenEdge.
-
Copy the required files for the client application and proxy to the
deployment system:
- Copy the client application.
- Copy the proxy .class files to a directory that mirrors the package hierarchy specified for generation of the proxy in the Java Client Details group of the ProxyGen Generate Proxies dialog box. The package name implies a directory structure that you must maintain when you copy the proxy. You should bundle the class files into a .jar file and add the .jar file to your CLASSPATH.
- Copy the same Java Open Client Runtime package that you used to build the application to any directory on your system. See Build an Open Client application that uses a Java proxy.
- Copy the supporting .jar files listed in Java Open Client Runtime package to the same directory where you copied the Open Client runtime package in step 2c.
-
Update the CLASSPATH setting 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.