for the process i write this code, and its work (exe):


//return String of all process
public static String showProcess() throws Exception {
String line = null, xprocess = null;
...