Community
Participate
Working Groups
MirrorSelector uses java.util.Timer(String, boolean) which is a 1.5 method. The manifest says this bundle should work in a 1.4 EE, running under a 1.4 vm results in: java.lang.NoSuchMethodError: java/util/Timer.<init>(Ljava/lang/String;Z)V at org.eclipse.equinox.internal.p2.artifact.repository.MirrorSelector.<clinit>(MirrorSelector.java:40)
This should have been reported with API tools, see bug 319781
fixed in head