I'm running Netbeans 15 on JDK 17.
I'd like to try Jakarta EE 10 so I've decide to upgrade my App server to Payara 6.2022.1Alpha4.
The app server works and I can deploy my app to it after having updated a lot of libraries. But I can't deploy from Netbeans nor control the server. I have the Payara plugin installed but it will only accept app server up to 5.2022.3. It actually finds the 6.2022 install but I cant select it. Clicking the next button doesn't do anything.
How do I add the 6.2022 to my Netbeans environment?
I tried this (with the 6.2022 version):
How to add Payara 4.1.2.173 to NetBeans 8.1
but it didn't work.
Kim