This is beceause you dont have the proper extension file in your extension directory.
and do you have these lines in the php.ini ?
Java]
java.class.path = "/usr/local/lib/java/php_java.jar"
java.home = "/System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home"
java.library.path = "/usr/local/lib/php/extensions/no-debug-non-zts-20020429"
extension=java.so
More information can be read from here :
http://nl2.php.net/manual/nl/ref.java.php
cheers,
Galo