Hello,
In both Netbeans 12.6 and 13 I’m having trouble figuring out how to add a
Payara Server to my Jakarta EE 9 project.
Payara version: 5.2022.2
Apache NetBeans version: 12.6 or 13
JDK: 11.0.8
I have the following in my Gradle build file:
dependencies {
providedCompile 'jakarta.platform:jakarta.jakartaee-web-api:9.1.0’
}
The project compiles fine. I can add the Payara Server to my Java EE 8
projects. But when I go to my project’s Properties -> Run I see
Java EE Version: Jakarta EE 9 Web
but there are no servers in the Server dropdown.
I’m assuming there’s just some config I’m forgetting about somewhere.
Anyone have any ideas?
Thanks,
Mike