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 haltal...@gmail.com on 15 Jul 2014 at 6:57
Original issue reported on code.google.com by
haltal...@gmail.com
on 15 Jul 2014 at 6:57