diff options
author | Sam Ruby <rubys@php.net> | 2000-07-03 17:34:41 +0000 |
---|---|---|
committer | Sam Ruby <rubys@php.net> | 2000-07-03 17:34:41 +0000 |
commit | bea965199578ae83d22850cdbe4824a15cccea5f (patch) | |
tree | 8cc3f6fad88035dd106ffeed00109f1484cceed1 /ext/java | |
parent | 91130b6a005166b1f8c1212121b5f5aa78a5b819 (diff) | |
download | php-git-bea965199578ae83d22850cdbe4824a15cccea5f.tar.gz |
Fix typo. Thanks to Adam Trachtenberg for noticing it!
Diffstat (limited to 'ext/java')
-rw-r--r-- | ext/java/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/java/README b/ext/java/README index 20b5218279..6a19f8e952 100644 --- a/ext/java/README +++ b/ext/java/README @@ -183,7 +183,7 @@ Guidance for when these instructions don't work. next problem - for example, it appears that many JDKs attempt to locate the runtime Java classes (rt.jar) in a directory relative to these system libraries. So unless you are inclined to copy your entire Java - installation, you are much better ajusting your PATHs. + installation, you are much better adjusting your PATHs. Not documented above, but useful for many JDK's is ability to specify the library path via java.library.path in the php.ini. On many Unix machines, |