don't add .class to the java command - and define classpath
authorpk910 <philipp@zoelle1.de>
Sun, 27 Nov 2011 15:23:33 +0000 (16:23 +0100)
committerpk910 <philipp@zoelle1.de>
Sun, 27 Nov 2011 15:25:53 +0000 (16:25 +0100)
Bots/JavaGod.class.php

index 1c0023e058d6111d11157af6e5cf4b0e8f831dbe..7d72cce361cf26afa73d2031f1674857b19edb3e 100644 (file)
@@ -136,7 +136,7 @@ class {$_NAME} extends Bot {
                     break;
                 }
                                $descriptor = array(0 => array("pipe", "r"),1 => array("pipe", "w"),2 => array("pipe", "w"));
-                               $entry['proc'] = proc_open('java tmp/Debug_'.$entry['id'].'.class', $descriptor, $entry['pipes']);
+                               $entry['proc'] = proc_open('java -classpath tmp Debug_'.$entry['id'], $descriptor, $entry['pipes']);
                                if(!is_resource($entry['proc'])) {
                                        $this->uplink->notice($this->bot, $user, "error while loading c!");
                                        return;