Menu

[r933]: / trunk / php-java-bridge / tests.php5 / reset.php  Maximize  Restore  History

Download this file

7 lines (5 with data), 102 Bytes

1
2
3
4
5
6
<?php
require_once ("java/Java.inc");
echo "Resetting backend to initial state\n";
java_reset();
?>