Re: [aspectj-users] Java 9 sun.boot.class.path gone

2016-07-22 Thread Andy Clement
I thought the fix for this was already in (a variant of it) - I was doing some work on 1.9.0 BETA4 recently. This included picking up all the latest Eclipse JDT support for Java9 and coping with the changes to paths. But I will admit I was working with a 121 build version of Java9, perhaps

[aspectj-users] Java 9 sun.boot.class.path gone

2016-07-22 Thread Mario Ivankovits
Hi! In latest Java 9 builds the „sun.boot.class.path“ is gone. Due to this, the core java classes can no longer be found by aspectj. On AspectJs earlyJava9 branch I’ve patched it like this to make that work again. Index: weaver/src/org/aspectj/weaver/bcel/ClassPathManager.java