jMonkeyEngine / sdk

The jMonkeyEngine3 Software Development Kit based on Netbeans
BSD 3-Clause "New" or "Revised" License
316 stars 103 forks source link

Add module exception to allow viewing Javadoc in the SDK #608

Closed tonihele closed 2 months ago

tonihele commented 5 months ago

Add module exception to allow viewing Javadoc in the SDK. Seems that the following is needed: -J--add-opens=java.base/java.io=ALL-UNNAMED -J--add-opens=java.base/java.lang=ALL-UNNAMED

See: https://hub.jmonkeyengine.org/t/ide-accessing-documentation-is-not-working/47704