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.

One Reply to “Execution environment eclipse bug”

  1. thanx for the comment! I hope that anyone having the problem again can google this page and do what you proposed. I didn’t have the problem again.

Comments are closed.