Software AG Products 10.5 | Administering Integration Server | Configuring the Server | Specifying the JDK or JRE for Integration Server
 
Specifying the JDK or JRE for Integration Server
Integration Server must point to a JDK or JRE. By default, Integration Server points to the location of the JDK installed at the same time you installed Integration Server. If necessary, you can specify a different location.
Before you specify the location of Java for Integration Server, determine whether you need to specify the location of the JDK or the JRE. If you intend to use Designer to develop and compile Java services on Integration Server, specify the location of the JDK. If you will not be using this installation of Integration Server to compile Java services, you can specify the location of a JRE.
Important:
If you specify a different JDK or JRE, do not remove the JDK or JRE that Software AG Installer installed with Integration Server. The JDK and JRE installed with Integration Server are required to run the Software AG Uninstaller.
Note:Microservices Runtime does not use the Java Service Wrapper and the wrapper.conf file. To change the Java location s for Microservices Runtime, use a text editor to open Integration Server_directory /bin/setenv.bat(sh) and set the JAVA_DIR property to the JDK or JRE location.
*To specify the Java location for Integration Server
1. Open the wrapper.conf file in a text editor. You can find the wrapper.conf file in the following location:
Software AG_directory \profiles\IS_instance_name\configuration
2. Set the wrapper.java.command property so that it specifies the location of the JDK or JRE installation directory. For example:
wrapper.java.command=C:\SoftwareAG\jvm\jvm\bin\java
Note:
If your Integration Server runs on a UNIX system, you must also modify the library path property so that it points to the location of the JDK or JRE installation directory. Library path is represented by LIBPATH on AIX and LD_LIBRARY_PATH on all other flavors of Linux.
3. Save and close the file.
4. Restart Integration Server.
Note:
If you change the Java location and you use Integration Server to develop and compile Java services, you must also change the value of the watt.server.compile configuration parameter. For more information about watt.server.compile, see Server Configuration Parameters.