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 2019/04/07 22:56:31 UTC

[GitHub] [incubator-netbeans] Zian commented on issue #1052: [NETBEANS-1671] Donation 3 - Include installer sources

Zian commented on issue #1052: [NETBEANS-1671] Donation 3 - Include installer sources
URL: https://github.com/apache/incubator-netbeans/pull/1052#issuecomment-480637931
 
 
   > 
   > 
   > Good question. What's the license of AdoptOpenJDK? Well, here you can see it is based on OpenJDK, which is GPL, so no, it cannot be distributed from Apache in a bundle with NetBeans (though, I believe, it could bundle NetBeans with itself and distribute it): https://adoptopenjdk.net/about.html
   
   The installer fails to install on systems with OpenJDK installed from AdoptOpenJDK. When the installer is run from Windows Explorer, the following message is displayed (please excuse typos from having to OCR the popup text):
   
   > Java SE Developinerd lOt (JDK) was not fcxnd on this co.nptter
   > JDK 8 or newer is required for installing the Net Beans IDE. Make sure that the JDK is
   > property installed and run installer again. You can specify valid JDK location using
   > -javahome installer argument.
   > To download the JDK. visit http://www.oracIecomAechnetworkÍjava,avase/downloads
   
   ![image](https://user-images.githubusercontent.com/1581929/55691006-9e9db400-594d-11e9-8c67-45524a64fee4.png)
   
   I tried using "--javahome" as documented at http://wiki.netbeans.org/FaqInstallJavahome but the installer still failed.
   
   Example command prompt input:
   >Apache-NetBeans-11.0-bin-windows-x64.exe --javahome "C:\Program Files\jdk-11.0.2+9\bin"
   
   Resulting Installer Pop Up:
   
   > Java Rizihme Envirunmer (J RE) was not f oixid
   > There is no JRE at the specthed location C:\Program FilesNdk-1 1 .O.2+9\.bin
   
   ![image](https://user-images.githubusercontent.com/1581929/55691003-99406980-594d-11e9-8700-f8978a44e9d9.png)
   
   In case you're wondering if Java is installed correctly, here's the output of "java --version":
   
   > openjdk 11.0.2 2019-01-15
   > OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.2+9)
   > OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.2+9, mixed mode)
   
   Finally, this bug report would be a lot more intelligible if the pop ups supported copy and paste like [normal Windows pop ups](https://superuser.com/questions/130205/how-do-i-copy-text-from-a-dialog-box).

----------------------------------------------------------------
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.
 
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