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 2022/03/28 21:36:21 UTC

[GitHub] [netbeans] peedeeboy commented on issue #3826: Netbeans 13 Cannot add Glassfishe 6.1.0

peedeeboy commented on issue #3826:
URL: https://github.com/apache/netbeans/issues/3826#issuecomment-1081176874


   I believe Glassfish 6.1 only supports JDK11, as per https://glassfish.org/
   
   > Note this release requires JDK 11.
   
   NB knows to only allow this combination, it is defined in `enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/server/config/GlassFishV6_1_0.xml`.  The error message is a bit misleading...
   
   Running NB + Glassfish on JDK11, Glassfish 6.1 is detected by NB, can be added as a server, and starts/runs fine for me.  
   
   N.B. Because GF6.1 is JDK11 only, you will get an error trying to start GF6.1 using `asadmin` in a terminal with JDK8 (` org/glassfish/admin/cli/AsadminMain has been compiled by a more recent version of the Java Runtime `.).


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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