]
Rob Stryker commented on JBIDE-17829:
-------------------------------------
Here are the PR's to ensure that the error message for javase-7 shows when you select
the java7 exec env, and the error message for java8 shows when you select the java8
execution environment.
Server adapter chooses wrong runtime for launches and validation is
inconsistent
--------------------------------------------------------------------------------
Key: JBIDE-17829
URL:
https://issues.jboss.org/browse/JBIDE-17829
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta3
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Priority: Blocker
Labels: respin-a
Fix For: 4.2.0.Beta3
I have only Java 6 JDK in eclipse.
Create server
Wildfly 8 (download and install runtime now works sanely- yay!)
gets error saying "No valid JRE's found for execution environment
"JavaSE-1.8" even though I have "JavaSE-1.7" selected.
and when I change to 1.8 it says it can't find one for 1.7...something is weird.
Then I add Java 7, choose Java 7 and save.
When opening launch configuration it has Java SE 6 as the JRE system library for
bootstrap entries.
So something is *really* wrong.