Hello, and sorry for my English ! I’m working from more of teen years on glassfish and netbeans, but tried to passed a newest version. So, I try to use netbeans 25 on MacOs :
1) For this, I download from the website : https://www.codelerity.com/netbeans/ https://github.com/codelerity/netbeans-installers/releases/download/v25-build1/Apache-NetBeans-25-x86_64.pkg 2) in netbeans / tools, I create a new glassfish server (and try different sort of version like 7.021 for my next try., with JDK 23 (Default) 3) I create a new webApp « Java with Ant » / « java Web » / « Web Application » with Jakarta EE 10 web First, it’s working… But, when I tried to activate framework with « properties » to add « JavaServer Faces » it’s not working at all, even Spring Web MVC » Then, I add librairies « primefaces » and « java.faces-2.3.0.jar » I’ve tried all configurations as possible but it’s not working : The app is not launch in GlassFish Server… and I passed a day long to find why is it not working… When I remove « java.faces-2.3.0.jar » or « JavaServer Faces » in properties, the app is launched, but no JSF’s and prime face button is appear in the page, with no error message. My xhtml page :  What is wrong with it ? If someone can help me … I’ll be thankfully ! Thanks for all, JM