anyone seen this error when running commandbox 5.5...
# box-products
t
anyone seen this error when running commandbox 5.5.2+00578 on windows with OpenJDK 17.0.2+8 LTS
Copy code
Unable to make public boolean sun.nio.ch.FileLockImpl.isValid() accessible: module java.base does not "exports <http://sun.nio.ch|sun.nio.ch>" to unnamed module @35390ee3
  caused by: java.lang.reflect.InaccessibleObjectException
  Unable to make public boolean sun.nio.ch.FileLockImpl.isValid() accessible: module java.base does not "exports <http://sun.nio.ch|sun.nio.ch>" to unnamed module @35390ee3
seems to not be an issue with an earlier JDK (the bundled one)
r
I don't believe JDK 17 is supported yet.
b
That is correct, you need to use Java 11 @Tyler Clendenin
CommandBox minimally can't support Java 17 until Lucee and all of its libraries support it
👍 1
t
cool, might be a good thing to note on https://commandbox.ortusbooks.com/setup/requirements
b
Great idea. Can you send a pull? 😉
👍 1