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?