Netbeans 12.0 + Payara micro 5 + OpenJDK 11 does not deploy war file

442 Views Asked by At

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>

Netbeans does not deploy using 11 source and 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

WAR deployed successfullly

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).

All is ok running from terminal

Some idea that what happened?

1

There are 1 best solutions below

0
On

An unexpected error. JAVA_HOME has been configured correctly, Netbeans Platforms too, but OS alternative for java has a wrong value configured. The solution:

Config java alternative