Re: [equinox-dev] Eclipse won't work on > JDK9b61 unless default classloader hiearchy is changed

2015-05-05 Thread Thomas Watson
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

[equinox-dev] Eclipse won't work on > JDK9b61 unless default classloader hiearchy is changed

2015-05-05 Thread Tom Schindl
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-8078