Skip to content

Commit 43bc6b3

Browse files
committed
Add recommendation to build ImageJ with Java 8/11
1 parent 4061206 commit 43bc6b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Where `1.53j` is the version of ImageJ you would like to use:
3636

3737
## Building from source
3838

39+
### Prerequisites
40+
41+
It is recommended to build ImageJ with OpenJDK 8 or 11. Building with newer versions (17, 21, 25) is not currently supported, due to ImageJ bytecode targeting Java 1.6 as minimum Java version.
42+
3943
### With Ant
4044

4145
The [Apache Ant] utility will compile and run ImageJ using the

0 commit comments

Comments
 (0)