> Please open a bug to track the issues. Tom, please post the bug here.
Thanks, Dani From: Thomas Watson <[email protected]> To: Equinox development mailing list <[email protected]> Date: 05.05.2015 16:06 Subject: Re: [equinox-dev] Eclipse won't work on > JDK9b61 unless default classloader hiearchy is changed Sent by: [email protected] Please open a bug to track the issues. I assume you are having to set the configuration property osgi.frameworkParentClassloader=ext to get this to work on Java 9? I still believe the default 'parent' class loader for bundles should be 'boot', but the class loader used to load up the framework a therefore allow the framework to export the packages from ext can probably change. Tom From: Tom Schindl <[email protected]> To: Equinox development mailing list <[email protected]>, [email protected] Date: 05/05/2015 04:12 AM Subject: [equinox-dev] Eclipse won't work on > JDK9b61 unless default classloader hiearchy is changed Sent by: [email protected] Hi, Starting with b61 org.w3c.dom.** classes have been moved to * app classpath in b61 * ext classpath in b62 Isn't it time to throw out this none standard class lookup strategy and use at least "ext". https://bugs.openjdk.java.net/browse/JDK-8042244 https://bugs.openjdk.java.net/browse/JDK-8078139 Tom -- Thomas Schindl, CTO BestSolution.at EDV Systemhaus GmbH Eduard-Bodem-Gasse 5-7, A-6020 Innsbruck http://www.bestsolution.at/ Reg. Nr. FN 222302s am Firmenbuchgericht Innsbruck _______________________________________________ equinox-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/equinox-dev _______________________________________________ equinox-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________ equinox-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/equinox-dev
