Thanks. No, the thing is this: For my company I have to write a C++ test program that launches a Java compiler to compile some given code (in a file). After that, the compiled Java code must be executed and return some result objects to C++. So I have to somehow embed a Java compiler and invoke it within C++ code. Do you have any suggestions?