I'm writing an application in java. In order to work my code properly, I want to check whether several software are installed. (This should be done in the java code itself.) How can I do that?
This is a Linux system.
There are similar questions, but not exactly what I want.
Check if a program is installed on a linux machine from a java applet