summaryrefslogtreecommitdiff
path: root/ext/java
diff options
context:
space:
mode:
authorSam Ruby <rubys@php.net>2000-09-15 18:06:18 +0000
committerSam Ruby <rubys@php.net>2000-09-15 18:06:18 +0000
commit17332d6b21590dc0a22d8765159bcaf8acdcc385 (patch)
treeb107249ffbee3f199903ddc543b835b71f5194c1 /ext/java
parent15adb9bb42078c5fef7f6f94989ebde4259ab386 (diff)
downloadphp-git-17332d6b21590dc0a22d8765159bcaf8acdcc385.tar.gz
Indicate the Sun's JDK 1.2.2 now works...and complete a sentence.
Diffstat (limited to 'ext/java')
-rw-r--r--ext/java/README19
1 files changed, 13 insertions, 6 deletions
diff --git a/ext/java/README b/ext/java/README
index ceaaf0e6b3..1cfdc113eb 100644
--- a/ext/java/README
+++ b/ext/java/README
@@ -18,7 +18,8 @@ What is PHP4 ext/java?
3) Both static and instance members can be accessed on an object with
the same syntax. Furthermore, if the java object is of type
- "java.lang.Class", then static members
+ "java.lang.Class", then static members of the class (fields and
+ methods) can be accessed.
4) Exceptions raised result in PHP warnings, and null results. The
warnings may be eliminated by prefixing the method call with an
@@ -146,11 +147,17 @@ php.ini:
=== JVM=Sun JDK 1.2.2, OS=Linux ===
========================================================================
-This compiler is not supported at this time. At the moment, only green
-threads are supported, requiring system calls to be wrapped, which is
-incompatible with the JNI Invocation API. Once native threads are
-supported, It is expected that the configuration will be identical to
-the Blackdown JDK.
+build instructions:
+
+ ./configure --with-java
+
+php.ini:
+
+ [java]
+ java.class.path=/home/rubys/php4/lib/php_java.jar
+ java.library.path=/home/rubys/php4/modules
+ extension_dir=/home/rubys/php4/modules
+ extension=libphp_java.so
========================================================================
=== JVM=Sun JDK 1.1.8, OS=Windows NT 4 ===