Netbeans-based RCP, Open Project Dialog, missing folders on "Look in" ComboBox #4862
-
Beta Was this translation helpful? Give feedback.
Answered by
neilcsmith-net
Oct 26, 2022
Replies: 1 comment 1 reply
-
Which build system are you using? This is possibly due to missing add-opens and add-exports in the configuration file necessary to run on JDK 17. You could copy those from |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dmqvt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which build system are you using? This is possibly due to missing add-opens and add-exports in the configuration file necessary to run on JDK 17.
You could copy those from
etc/netbeans.conf
although might be more than you actually need.