Message Bridge generates Java code, compiles it, creates JAR files from the classes, and generates javadoc. Because javac is not bundled with a JRE, you need a JDK to compile the generated code.
Workaround: Currently, the GUI finds the location of the JDK using the JDK_HOME environment variable set in msgbridge.sh. For example, in msgbridge.sh, change:
JDK_HOME=$JAVA_HOME
to:
JDK_HOME=<your_JDK_directory>
If you do not set JDK_HOME in msgbridge.sh and JAVA_HOME does not point to a valid JDK, you see this error message during code generation:
One or more errors were encountered during code generation. java.io.IOException: CreateProcess:...
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |