I´m trying to execute a PHP scrit from a Java funcion, but it doesn´t work. Can anybody help me?
String env[] = new String[]{"/php hello.php"}; Runtime rt = Runtime.getRuntime(); Process p = rt.exec(env); p.waitFor();
Thanks