Description
Changes between 11.2 and 11.3 mean that when opening existing Java projects (or when projects are being opened during settings imports on first run), it is no longer possible to cancel the dialog to install JavaFX and nb-javac without the projects being marked broken and Java support not being enabled. This is because JavaFX has now been marked required.
When importing settings on first run, the dialog gets re-shown for every open project if cancel is pressed - this gives the appearance of an infinite loop forcing the user to install the optional plugins. This is particularly a problem because we don't want users to install nb-javac in 12.0 with JDK 14.
If the user is unwilling or unable because of network issues to install JavaFX, the IDE is rendered unusable and they are left with the impression they need to force quit the IDE.
This also breaks the guidelines on optional Cat X dependencies at https://www.apache.org/legal/resolved#optional
Attachments
Issue Links
- causes
-
NETBEANS-3805 Error Downloading nb-javac plugin on startup
- Closed
-
NETBEANS-3732 First open of project fails, "resolve problems ..." fails
- Closed
- is broken by
-
NETBEANS-2439 Java Frontend Application cannot be activated/created
- Closed
- relates to
-
NETBEANS-3810 Netbeans 11.3 does not report clearly certificate problems downloading javafx and nb-javac
- Open
- mentioned in
-
Page Loading...