Skip to content

Commit a936f91

Browse files
committed
doc: Write about supported JDK versions
Open MPI cannot be built using JDK 7 or older anymore because of the last commit. Signed-off-by: KAWASHIMA Takahiro <[email protected]>
1 parent 5456dd2 commit a936f91

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.JAVA.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ for Open MPI Java bindings, but they were later totally rewritten.
3333

3434
============================================================================
3535

36+
Supported JDK Versions
37+
38+
Only JDK 8 and later are supported.
39+
40+
----------------------------------------------------------------------------
41+
3642
Building Java Bindings
3743

3844
If this software was obtained as a developer-level
@@ -53,7 +59,7 @@ specify the location. For example, this is required on the Mac
5359
platform as the JDK headers are located in a non-typical location. Two
5460
options are available for this purpose:
5561

56-
--with-jdk-bindir=<foo> - the location of javac and javah
62+
--with-jdk-bindir=<foo> - the location of javac, jar, and javadoc
5763
--with-jdk-headers=<bar> - the directory containing jni.h
5864

5965
For simplicity, typical configurations are provided in platform files

0 commit comments

Comments
 (0)