You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you specify all the available execution environments for JDK6,7,8?
Only the pom.xml would need to be modified:
<Bundle-RequiredExecutionEnvironment>J2SE-1.5, JavaSE-1.6, JavaSE-1.7,
JavaSE-1.8</Bundle-RequiredExecutionEnvironment>
or remove the whole required execution environment all together.
We're currently unable to load the library in our project because of this.
When loading the library this is the message we get:
Unsatisfied requirement(s): (|(ee=J2SE-1.5)) Gson
(&(package=com.google.code.gson)(version>=2.2.4))
We're currently running JDK 7.0 update 60.
What version of the product are you using? On what operating system?
2.2.4
Original issue reported on code.google.com by [email protected] on 15 Jul 2014 at 6:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 Jul 2014 at 6:57The text was updated successfully, but these errors were encountered: