Menu

[r805]: / trunk / php-java-bridge / tests.php5 / java_inspect.php  Maximize  Restore  History

Download this file

14 lines (9 with data), 248 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#!/usr/bin/php
<?php
require_once ("java/Java.inc");
$here=realpath(dirname($_SERVER["SCRIPT_FILENAME"]));
if(!$here) $here=getcwd();
java_require("$here/binaryData.jar");
$binaryData = new Java("BinaryData");
echo java_inspect($binaryData)
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.