How to check with program in other programming-language (C,C++, etc) whether JAVA is installed and w
- by Andreas Hornig
Hi,
I would like to know whether or not JAVA is installed and where (path).
Perhaps it sounds strange, but my aim is to let BOINC (coded in C++) check the JAVA installation and then start my JAVA app. But therefore I need to know if BOINC can start JAVA natively, or if I have to also send the JRE and then start my app with this not installed JRE.
So is there a way to check the installation first?
thank you in advance!
Andreas