Possible Duplicate:
Make PHP execute and communicate with a Java application on a web server
I want to use http://code.google.com/p/zxing/ in my PHP web application. How do I do I do this since zxing is in Java?
I downloaded this: http://code.google.com/p/zxing/downloads/detail?name=ZXing-1.7.zip&can=2&q= and noticed there is a C++ version (I think it’s a partial port). Does that help me?
Try PHP Java PECL extension (PHP 4 only, no binaries available, source missing) which might not be helpful in any direction as you will need to research back and forth to get this to working finally (as the software is missing on quick sight).
There is a PHP Java Bridge as well.