pjfanning commented on issue #109:
URL: https://github.com/apache/pekko-samples/issues/109#issuecomment-2112101818

   you could add something like this to the build.sbt
   ```
   run / javaOptions ++= Seq("--add-opens", "java.base/java.lang=ALL-UNNAMED")
   ```
   
   unfortunately, this will cause issues if you use Java 8 or 11
   
   when we get around to doing a PR to fix this, we'll probably need to add a 
condition that checks the java runtime version


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