| Summary: | Compilation errors in the org.eclipse.equinox.util | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | Krzysztof Daniel <krzysztof.daniel> |
| Component: | Framework | Assignee: | equinox.framework-inbox <equinox.framework-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | krzysztof.daniel, tjwatson |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 369224 | ||
| Bug Blocks: | |||
|
Description
Krzysztof Daniel
I have seen this when I do not have an JRE defined in my workspace that is a match for the OSGi/Minimum execution environment. I used the OSGi ee files contained here: http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/org.eclipse.osgi/osgi For example, the OSGi_Minimum-1.2.ee file points to the http://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/bundles/org.eclipse.osgi/osgi/ee.minimum-1.2.0.jar jar to compile against. You can use the OSGi_Minimum-1.2.ee file to add a JRE to your workspace by using it as an "Execution Environment Description". |