GitHub user epavlak opened a pull request: https://github.com/apache/commons-bcel/pull/22
[BCEL-304] Include Java 9+ modules in path used by ClassPath.java With the restructuring of Java .class files in Java 9 and higher to be in modules instead of the rt.jar, the ClassPath.getClassFile method would fail to find Java class files (ex: String.class). These modifications include the Java 9+ modules in the path used by ClassPath.java so that the .class files can be located. You can merge this pull request into a Git repository by running: $ git pull https://github.com/epavlak/commons-bcel BCEL-304 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-bcel/pull/22.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #22 ---- commit e331171f168ab335b9756294406e85d9995731bd Author: epavlak <epavlak@...> Date: 2018-07-27T19:50:30Z [BCEL-304] Include Java 9+ modules in path used by ClassPath.java commit 98157fb61a547d8d4fe40826d1f863a1c1f1c374 Author: epavlak <epavlak@...> Date: 2018-07-27T19:53:58Z [BCEL-304] Include Java 9+ modules in path used by ClassPath.java commit d5a73b6987eb262d90f809e3a2b77845fcce95d2 Author: epavlak <epavlak@...> Date: 2018-07-27T19:56:57Z [BCEL-304] Include Java 9+ modules in path used by ClassPath.java ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org