[
https://issues.redhat.com/browse/JBIDE-27193?page=com.atlassian.jira.plug...
]
Jeff MAURY commented on JBIDE-27193:
------------------------------------
No you should check that the version that is running your Quarkus application is the same
as the JDK that it attached to your project. To check, then see the JDK library that is
attached to your project and they should match. So the use case that failed is the
following:
- run Eclipse with Java8
- load a Quarkus project that requires Java11
- try to start the application. It should work now and it should fail with previous
version (4.14)
Run / Debug quarkus application does not use the project JRE/JDK
----------------------------------------------------------------
Key: JBIDE-27193
URL:
https://issues.redhat.com/browse/JBIDE-27193
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: quarkus
Affects Versions: 4.15.0.AM1
Reporter: Jeff MAURY
Assignee: Jeff MAURY
Priority: Major
Fix For: 4.15.0.Final
Attachments: untitled.png
When launching (Run/Debug) application, the JRE/JDK used is the one that is running
Eclipse and not the one that is attached to the project. That may lead to errors
--
This message was sent by Atlassian Jira
(v7.13.8#713008)