Skip to content

Commit

Permalink
note for jdk version related issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangXL authored Dec 18, 2023
1 parent ee6fba9 commit 04eb658
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ Ubuntu: `sudo apt install libboost-all-dev`

To build MMCoreJ and the Java application (Micro-Manager Studio), you will need
a Java Development Kit (JDK). Micro-Manager Java code is written in Java 8
(a.k.a. Java 1.8).
(a.k.a. Java 1.8). With JDK 17, error may occur as `
Unable to make field int java.awt.Color.value accessible: module java.desktop
does not "opens java.awt" to unnamed module @38a8f1a9`.(ref issue: #1429)

On macOS, install Temurin or Zulu JDK 8, and set `JAVA_HOME`:

Expand Down

0 comments on commit 04eb658

Please sign in to comment.