]> source.dussan.org Git - aspectj.git/commit
Smarter classpath detection on Java9
authorAndy Clement <aclement@pivotal.io>
Wed, 27 Sep 2017 21:46:47 +0000 (14:46 -0700)
committerAndy Clement <aclement@pivotal.io>
Wed, 27 Sep 2017 21:46:47 +0000 (14:46 -0700)
commit23ee46988073b56e041aaabc05ff9d436732d6fe
treee0f5b9545c94a53c0312a054166dc043bd269508
parent40fa8c710f916d3b44a8d133fc15b70f3cad813c
Smarter classpath detection on Java9

On Java9 cannot rely on URLClassLoader being found from which
to determine classpath so use the environment variable. This may
have issues if loaders are being constructed that specifically
deviate from the java.class.path.
weaver/src/org/aspectj/weaver/tools/WeavingAdaptor.java