Execution environment eclipse bug
Just to be googleable by others:
In eclipse development, after a few hours of wild guessing and changing configuration values, no OSGI plugins would compile anymore:
"Build path specifies unavailable execution environment."
"The JRE container on the classpath is not a perfect match to the 'J2SE-1.4' execution environment"
"The required execution environment "CDC-1.0/Foundation-1.0" does not match the runtime environment"
Basically it means that my newest JDK1.5 was now rendered less useless as J2ME. Which is somehow obviously wrong.
Ok, so it seems that this is somehow related to the product/application settings and extension points, because with a different product, it works just fine. ARGH
No solution yet.
In eclipse development, after a few hours of wild guessing and changing configuration values, no OSGI plugins would compile anymore:
"Build path specifies unavailable execution environment."
"The JRE container on the classpath is not a perfect match to the 'J2SE-1.4' execution environment"
"The required execution environment "CDC-1.0/Foundation-1.0" does not match the runtime environment"
Basically it means that my newest JDK1.5 was now rendered less useless as J2ME. Which is somehow obviously wrong.
Ok, so it seems that this is somehow related to the product/application settings and extension points, because with a different product, it works just fine. ARGH
No solution yet.
leobard - 4. Jan, 20:21
|
- add comment - 0 trackbacks
update cl
sounds useful