php - integrating xampp to run Java Bridge applications -
i installed php/java bridge , it's running in tomcat port 8080. when i'm running php files in tomcat, gives me many errors.
errors not coming when run in xampp. possible run application in xampp , use java bridge?
errors:
warning: require_once(http://localhost:8080/javabridge/java/java.inc): failed open stream: no suitable wrapper found in c:\xampp\xampp\xampp\htdocs\gg.php on line 1
fatal error: require_once(): failed opening required 'http://localhost:8080/javabridge/java/java.inc' (include_path='.;c:\xampp\xampp\xampp\php\pear') in c:\xampp\xampp\xampp\htdocs\gg.php on line 1
Comments
Post a Comment