Regarding executing a java jar file from visual c++ application
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
Hello all, I want to execute a jar file from my Visual c++ application and want the result of that execution in my application. Does anyone know how to proceed on this ? Any help is appriciated. Nikhs Nikhil Trivedi
-
Hello all, I want to execute a jar file from my Visual c++ application and want the result of that execution in my application. Does anyone know how to proceed on this ? Any help is appriciated. Nikhs Nikhil Trivedi
At last I got it working. Now one new thing is there. Can I call Jar file in such a way that the return value of the function can be available in the Visual C++ application for processing furthur. Thanks for your prompt reply. Nikhs Nikhil Trivedi