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...
I am writing a VC++ program that has to fetch Java source code from a file, compile and execute it at runtime, and return the result objects back to C++. Does anyone have a sample code for this or any suggestions?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.