Is there anyway to run a Java program through C/C++?
(i.e.) When I run the C Program, the program must start and it must inturn run a java program and display its output... Im not talking about using Native interfaces and all. Not code interoperability.
Just run the java class from c using system commands. And It will be on a UNIX terminal.
I need urgent help with this. Thank you!