Kris20030907 commented on issue #9887:
URL: https://github.com/apache/rocketmq/issues/9887#issuecomment-3757822969
JDK 17 already supports it; you just need to add some JVM parameters for
compatibility.
```java
--add-opens java.base/jdk.internal.ref=ALL-UNNAMED
--add-opens java.base/java.nio=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-exports java.base/sun.nio.ch=ALL-UNNAMED
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]