Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Creating Client Code | Building a C/C++ Client | Prerequisites for Generating C/C++ Client Code
 
Prerequisites for Generating C/C++ Client Code
Before you can generate code for a C/C++ client, ensure:
*Integration Server is running and connected to Designer.
*A platform that has the C/C++ compiler (for example, GCC) is installed. Integration Server generates code for the following platforms: Windows, Solaris, HP-UX, Linux, AIX.
*The wm-isclient.jar file is in the classpath for Designer. The client.jar file is a webMethods file that is located in the Software AG_directory \common\lib directory.
*The Make facility is installed.
*JDK 1.1.x is installed (if you intend to use the C libraries provided with Integration Server and Designer).
Important:
The provided C libraries are built using JDK 1.1.7. If you want to use a different version of the JDK to compile C/C++ services, you need to rebuild the C/C++ libraries with that JDK and then replace the old library files with the rebuilt ones. For more information about rebuilding the C libraries, see the README installed with the C/C++ SDK. To rebuild the C libraries, you need use the C/C++ SDK. The C/C++ SDK is not installed by default. To install the C/C++ SDK, select it from the list of installable components during installation.