You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/11/26 06:26:44 UTC

[GitHub] jlahoda commented on issue #1037: Allow to open projects without nb-javac on supported JDKs.

jlahoda commented on issue #1037: Allow to open projects without nb-javac on supported JDKs.
URL: https://github.com/apache/incubator-netbeans/pull/1037#issuecomment-441531840
 
 
   Before #715. NB was automatically and unconditionally downloading nb-javac when enabling Java SE via opening projects. That's not good.
   
   After #715, NB asks whether it should download nb-javac while opening project, but when the user says "Cancel", the IDE is thrown into a weird state, even on JDKs where we can somehow run without nb-javac.
   
   All this patch is trying to do is to enable Java SE when the user says "Cancel" on a JDK where we can run without nb-javac, leaving the IDE (and user's impression!) in a sightly better state.
   
   Not sure if there is a considerable amount of people that will go to Tools/Plugins and enable something there, does not seem to be a common path. The "install nb-javac" notification is used on every startup, but with a smaller severity, so that it only goes to the Notification window.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists