I'm writing a Jakarta application using
- Netbeans 12.0
- Payara micro 5.2020.7
- OpenJDK 11
The problem: The IDE does not deploy the war file if the app use
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
But if the app use
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
The IDE deploy the WAR file successfully :v
I think that the Payara Netbeans plugin have an error working with JDK11 because if I run mvn payara-micro:start payara-micro:stop
at a simple terminal all is ok (the WAR file is deployed successfully).
Some idea that what happened?
An unexpected error. JAVA_HOME has been configured correctly, Netbeans Platforms too, but OS alternative for java has a wrong value configured. The solution: