Skip to content

tsuyu/jasper-report-php-integration

Repository files navigation

how to configure this report..

  1. download PHP/Java Bridge(http://php-java-bridge.sourceforge.net/).
  2. deploy the Java Bridge on tomcat Server.
  3. copy the jar jasper lib, ireport lib and mysql connector j lib in tomcat lib folder
  4. restart tomcat server
  5. edit php.ini,turn on setting -> allow_url_include = On;
  6. restart apache httpd server
  7. copy whole folder jasper-report-php-integration into htdocs
  8. include path of the library in php (require_once("http://localhost:8080/JavaBridge/java/Java.inc")) ,make sure path is correct and tomcat server is running.
  9. run index.php

About

generate report using jasper report, javabridge and php.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages