Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle-RequiredExecutionEnvironment #582

Closed
GoogleCodeExporter opened this issue May 5, 2015 · 1 comment
Closed

Bundle-RequiredExecutionEnvironment #582

GoogleCodeExporter opened this issue May 5, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant