Building C/C++ Services
A C/C++ service is a Java service that calls a C program that you have created. Designer generates the Java code needed to successfully call the C program.
You use Designer to build a set of starter files that you can use to create a C/C++ service.
These files include:
A Java service that calls the C program that you have created.
A C/C++ source-code template that you use to create your C program.
A make file you use to compile the finished program and place it on the server.