I'm looking at creating an Extension Attribute that grabs the output of running "java -version". However, if no java is installed then i get the output "No Java runtime present, requesting install." That part is fine, but then it opens a dialog and tries to download java.
Is there any way to get the output from terminal, but NOT have it request to install? (or another way to get the same version information this would report on)?
Thanks
