shahidah wrote:
> Does anyone know how to run java program from Visual
> C++?
Well, the previous suggestion of using CreateProcess is wrong. You'll want to examine the "Invocation API" which is part of the JNI API. In particular, you'll want to use the function, JNI_CreateJavaVM.
God bless,
-Toby Reyelts