Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] BREE for org.eclipse.jdt.junit.runtime

OK. If I understand correctly here, what matters is the .class file version as classes get into the test classpath, not the BREE?
So we could have BREE=JavaSE-11 to make build happy, but still set the right compiler options in settings and build.properties to ensure compilation to Java 5 (or even Java 1.4). Would that be acceptable?

Back to the top