Código PHP:
$WshShell = new COM("WScript.Shell");
$oExec = $WshShell->Run("InterfazGrafica.jar", 3, false);
Este es el Error que me sale:
Fatal error: Uncaught exception 'com_exception' with message 'Source: Unknown
Description: Unknown' in c:\wamp\www\call_center\index.php:109 Stack trace: #0 c:\wamp\www\call_center\index.php(109): com->Run('InterfazGrafica...', 3, false) #1 {main} thrown in c:\wamp\www\call_center\index.php on line 109
Es imposible luego hacer esto, o algo estoy haciendo mal?