i have a process
Runtime rt = Runtime.getRuntime() ; Process p = rt.exec(filebase+port+\"/hlds.exe +ip \"+ip+\" +maxplayers \"+players+ \" -game cstrike -co
boolean isRunning(Process process) { try { process.exitValue(); return false; } catch (Exception e) { return true; } }
See http://docs.oracle.com/javase/6/docs/api/java/lang/Process.html#exitValue()