Php and Java integration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Nisha3102
Forum Newbie
Posts: 5
Joined: Tue Mar 24, 2009 5:41 pm

Php and Java integration

Post by Nisha3102 »

Hi ,I am new to PHP.
I am using Jasper reports in PHP so I am using PHP-Java Bridge. And that is enabled I am able to run a sample file printing the java version etc. that works fine..

But when try to create an instance of Java class from Jasper reports jar in php code . It throws class not found exception.

I tried including the path of the jar files in phpinclude path. But i guess thats not right coz in include path we have to mention the path of the src files.

Could any one please help. Its urgent.

Thanks

Nisha
Post Reply