yangxk1 commented on PR #694:
URL: 
https://github.com/apache/incubator-graphar/pull/694#issuecomment-2986821549

   Hi @Thespica ,It may help to change 
   ```
          export MAVEN_OPTS="--add-exports java.base/sun.nio.ch=ALL-UNNAMED
   ```
    to
   ```
          export JDK_JAVA_OPTIONS="--add-opens=java.base/sun.nio.ch=ALL-UNNAMED 
 \
           --add-opens=java.base/java.lang=ALL-UNNAMED                          
 \
           --add-opens=java.base/java.nio=ALL-UNNAMED                           
 \
           --add-opens=java.base/java.lang.invoke=ALL-UNNAMED                   
 \
           --add-opens=java.base/java.util=ALL-UNNAMED"
   ```
   
![image](https://github.com/user-attachments/assets/03e8bdd4-e7e6-4e7c-ab21-68dae6c850cf)
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to