The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
6k views

Working with Php-Java Bridge

am having trouble setting up the Php-Java Bridge setup properly.... I will explain what i have done... -> My site is in pure php... -> For our payment transaction process we need to set ...
2
votes
2answers
2k views

Passing array data from PHP to JasperReports (with PHP/JavaBridge)

I'm currently trying to create a pdf from a php script. I have JasperReports & PHP/JavaBridge up and running, and it works creating pdf files when sending strings & integers as parameters. ...
8
votes
2answers
984 views

Using Eclipse BIRT Report Designer via PHP

I want to use Birt Reports in an php webproject. Therefore I installed the recommend Java Bridge and the BIRT Runtime by moving JavaBridgeTemplate621.war and birt.war to my Tomcat. After that I wrote ...
1
vote
1answer
821 views

How to call custom java methods from PHP?

I am new to both PHP and Java. Currently I am working on a project which call java class and its methods in the PHP code. I am creating a proof of concept for this. The problem is I am not able to ...
1
vote
0answers
3k views

Cannot run PHP script under Tomcat

Am using Tomcat 6. I have installed PHP and try to get PHP running inside Tomcat with PHP/JavaBridge. I have deployed JavaBridge.war inside Tomcat's webapps directory. When running any PHP script, I ...
1
vote
2answers
3k views

Integrate PHP, JasperReports, and Apache Tomcat 6

I cannot make PHP & JasperReports work on Tomcat 6. I have xampp (apache, php5.3.1, mysql, tomcat6) on Windows XP. I followed the steps to install the php-java bridge, but PHP pages throw error. ...