mbien commented on code in PR #4205:
URL: https://github.com/apache/netbeans/pull/4205#discussion_r904002882
##########
java/java.disco/src/org/netbeans/modules/java/disco/QuickPkgSelection.java:
##########
@@ -57,6 +59,9 @@ public QuickPkgSelection(QuickPanel.QuickSelection quick) {
switch (OS.getOperatingSystem()) {
case WINDOWS:
return ArchiveType.MSI == p.getArchiveType() ||
ArchiveType.EXE == p.getArchiveType();
+ case LINUX:
Review Comment:
this would simplify things for sure. looking through the classes I noticed
there were attempts to use the shell and an external process to extract the
files. I thought maybe its ultimately planned to install things the same way.
But i am a linux user - and never install JDKs (or NetBeans) personally so i
don't really care about this feature ;)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists