payara/ecosystem-netbeans-plugin

Can't select Java Platform

pierrefroy opened this issue · 8 comments

image

Environment
Windows 10
JDK 11.0.2
Netbeans 10.0
Payara Plugins installed - OK

Instructions

  1. Installed Payara Plugins with success
  2. Adding Payara 5.184 server configuration with success
  3. Can't start server because Java Platform is empty and no Java Platform can be selected even if I click on Manage Platform to try to select one.

Unable to run payara without a selected Java Platform.

Thanks!
Pierre Francis

Payara Plugin is compatible with NetBeans IDE JDK 11 platform but Payara Server / Micro (5.184 or less) should explicit define the Java 8 home path. Please add Java 8 platform to start the server.

Internal issue NP-21 to address it.

Thanks for the follow-up.

@jGauravGupta is payara plugin support payara 5.191? Or not yet? I'm able to start payara server from console but not using netbeans...

Hi @baldodavi,

Payara Plugins v1.6 officially supports Payara 5.184 and soon v1.7 will be released with Payara 5.191 support. But the current Plugin v1.6 must also work with Payara 5.191.

So If you are not able to start Payara Server 5.191 from NetBeans IDE with Java 8 platform then please share more info (log, screenshot & error message etc).

Seems was something strange wrong. Now netbeans is able to start and stop 5.191 with current pluging version. Thanks! (I'm worked a lot on java version probabily I'd wrong Java version on netbeans when issue occourred)

The root cause of my problem was actually the fact that Java EE 8 server like Payara are still only compatible with JDK8 and none above 8. So my initial question is rendered irrelevant. I was able to use nomrally the plugins after having based Netbeans on JDK 8.

Fixed by #28 and released Payara plugin v1.8.