InterviewSolution
Saved Bookmarks
| 1. |
Is it possible to change the JDK (Java Development Kit) used by Integration Server? |
|
Answer» To SWITCH or change the JDK USED by webMethods, you must edit IntegrationServer/bin/SERVER.sh or IntegrationServer/bin/server.bat used to start Integration Server. SAVE the file after changing the JDK path as follows. SET JAVA_DIR=C:\opt\j2sdk1.4.2 |
|