Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by widmerts

  1. widmerts

    Java in VC++

    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...
  2. widmerts

    Java in VC++

    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?

Part and Inventory Search

Back
Top