-
Notifications
You must be signed in to change notification settings - Fork 927
IDE can't find jre for Web Server #9423
Copy link
Copy link
Open
Labels
Java EE/Jakarta EE[ci] enable enterprise job[ci] enable enterprise jobenterprise[ci] enable enterprise job[ci] enable enterprise jobkind:bugBug report or fixBug report or fixneeds:triageRequires attention from one of the committersRequires attention from one of the committers
Metadata
Metadata
Assignees
Labels
Java EE/Jakarta EE[ci] enable enterprise job[ci] enable enterprise jobenterprise[ci] enable enterprise job[ci] enable enterprise jobkind:bugBug report or fixBug report or fixneeds:triageRequires attention from one of the committersRequires attention from one of the committers
Type
Fields
Give feedbackNo fields configured for issues without a type.
Apache NetBeans version
Apache NetBeans 30
What happened
Creating Java Maven Web application project in nb30 on snap version. Ubuntu 26.04 env.
Selecting webserver Payara - dialog indicates that it can't find java se. The dropdown for Java Platform doesn't show any content, when you attempt to add jdk which is present or select another one it does not select and alternatives are not loaded in dropdown.
This is not a Payara issue as I attempted WildFly and Glassfish and the same error occurred so something is wrong with mapping in ide.
Also jsf option in frameworks defaults to 2.3 and can't be changed!!
Language / Project Type / NetBeans Component
Java Maven Web App
How to reproduce
Create new Maven Java Web Application.
Right Click on created project and enter Settings menu
Set Framework to Java Server Faces
close settings.
Launch Project
Dialog wil appear displaying message for Java SE Platform selection.
Did this work correctly in an earlier version?
Apache NetBeans 29
Operating System
Ubuntu 26.04 - tested on lenovo x1 carbon and thinkcentre pc
JDK
the JDK 26 (bundled with NB30) also tried JDK21
Apache NetBeans packaging
Apache NetBeans Snap Package
Anything else
Also tried with Apache Netbeans Binary install
Are you willing to submit a pull request?
No