desaikush210 / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Bundle-RequiredExecutionEnvironment #582

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1306.

Original comment by inder123 on 12 Nov 2014 at 11:35