]
Josef Kopriva closed JBIDE-26282.
---------------------------------
Resolution: Done
Closing, PR is merged.
Plugin org.jboss.tools.common.reddeer has wrong Execution
environment
---------------------------------------------------------------------
Key: JBIDE-26282
URL:
https://issues.jboss.org/browse/JBIDE-26282
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common, integration-tests
Affects Versions: 4.9.0.AM1
Reporter: Josef Kopriva
Assignee: Josef Kopriva
Fix For: 4.9.0.AM2
Plugin org.jboss.tools.common.reddeer has wrong value for
"Bundle-RequiredExecutionEnvironment:" in Manifest file. There is JavaSE-1.6,
but there should be at least JavaSE-1.7, because in file
"org.jboss.tools.common.reddeer.utils.FileUtils" is used packege
"java.nio.file", which was introduced in JavaSE-1.7 -
https://docs.oracle.com/javase/7/docs/api/java/nio/file/package-summary.html .
With JavaSE-1.6 it shows an error under devstudio with JDK 9.