From 17332d6b21590dc0a22d8765159bcaf8acdcc385 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Fri, 15 Sep 2000 18:06:18 +0000 Subject: [PATCH] Indicate the Sun's JDK 1.2.2 now works...and complete a sentence. --- ext/java/README | 19 +++++++++++++------ ext/rpc/java/README | 19 +++++++++++++------ 2 files changed, 26 insertions(+), 12 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 === diff --git a/ext/rpc/java/README b/ext/rpc/java/README index ceaaf0e6b3..1cfdc113eb 100644 --- a/ext/rpc/java/README +++ b/ext/rpc/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 === -- 2.40.0