[
https://issues.jboss.org/browse/JBIDE-26282?page=com.atlassian.jira.plugi...
]
Josef Kopriva updated JBIDE-26282:
----------------------------------
Description:
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.
was: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 .
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
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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)