Community
Participate
Working Groups
Build I20091029-0840 I'm launch a junit plugin test for tests+plugin that have a BREE of 1.4 with a 1.4 JVM. We have a 1.5 fragment. When I validate plugins it correctly says that the fragment will not be included. But when it launches, it fails with java.lang.UnsupportedClassVersionError: org/eclipse/e4/core/services/internal/annotations/AnnotationsSupport (Unsupported major.minor version 49.0) When I look at the dev file, it contains this, which is incorrect for this launch configuration. org.eclipse.e4.core.services=/opt/pwebster/workspaces/e4/org.eclipse.e4.core.services.annotations/bin,bin It's still inserting the 1.5 fragment bin into the classpath. I would imagine this problem would effect regular Eclipse Application launches as well. PW
See the example in the bug 294211.
Created attachment 152604 [details] patch Corresponding PDE patch for fix to bug 294211 in Equinox.
Released to HEAD.