Deploying Java applications outside of J2EE
To deploy a Java application outside of J2EE, do as follows:
- Follow the procedure detailed in Installing the EGL run-time code for Java
- Export the EGL-generated code into jar files
- Export any manually written Java code into jar files
- Include the exported files in the classpath of the target machine
Related tasks
Installing the EGL run-time code for Java