|
Compiling and Running the ExampleThe following code shows the contents of a shell script 'test' that will compile and run the test program:
A correct invocation of the script should look like:
There will be a pause when the script is run while it compiles the source of the Java and C++ code. On a faulty platform, the Java program will abort before the line "After calling the world of C!" is output. |