I want to find the version number of the current version of Java installed on the computer and the current version of Flash installed on any given web browser that has flash. Is there a way to do this using Java, C, or C++? If so, what class/library should I look into?
Share
If you are in Java
output
there are more props about Java
.
As for other languages I think you can do it by running
%JAVA_HOME%/java -versionfrom your app, reading the outputOr you can right a JavaProps app like the above, run it as
%JAVA_HOME%/java JavaPropsand read the output