redhat-developer / vscode-server-connector

📦 Connects Visual Studio Code to your server adapters and run, deploy apps !!
Eclipse Public License 2.0
56 stars 26 forks source link

Jboss EAP 7.4.12 won't run with OpenJDK 17 on the server connector #606

Closed s-tracey closed 7 months ago

s-tracey commented 7 months ago

OpenJDK 17 is supported as of Jboss EAP 7.4.7 (I'm running 7.4.12), but when I attempt to start the server from the server connector, I get the following error:

Unable to start the server: Extension backend error - server can not be started: server jboss eap 7.4 is not compatible with discovered java version 17.0.8. this server requires a java version between 1.8 and 15 inclusive. you may change a server's launch vm by setting the 'vm.install.path' property in a server's rsp configuration file.

I can start the server successfully from Power Shell. Could we get OpenJDK 17 support in the server connector?

Thanks

robstryker commented 7 months ago

https://github.com/redhat-developer/rsp-server/pull/718