package test;publicclassHelloWorld {publicstaticfinal String JAVABRIDGE_PORT = "8080";//這個8080連接埠是Java.inc裡指定的staticfinal php.java.bridge.JavaBridgeRunner runner = php.java.bridge.JavaBridgeRunner .getInstance(JAVABRIDGE_PORT); publicstaticvoidmain(String args[]) throws Exception { runner.waitFor(); System.exit(0); } publicvoidhello(String args[]) throws Exception { System.out.println("!!!" + args[0]); }}
require_once("C:\Users\Administrator\workspace\JavaPhp\Java.inc");#require_once("http://localhost:8080/Java.inc");#這個http的方式報錯,瀏覽器上可以訪問的前提下$world = new java("test.HelloWorld");#包名不寫不行echo$world->hello(array("from PHP"));?>
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('
').text(i)); }; $numbering.fadeIn(1700); }); });
以上就介紹了PHP/Java Bridge 執行個體 | PHP 調用 Java 執行個體,包括了方面的內容,希望對PHP教程有興趣的朋友有所協助。