Java Programming Tutorial for Beginners
java
programming-language
tutorial
programming
tutorial-teaches-people
java-8
java-programming
java-9
-
Updated
Jan 1, 2022 - JavaScript
Please provide the possibility to have libs non-transitively on the classpath that will not end up on the module path.
In my concrete situation we use
com.github.sarxos:webcam-capture:0.3.12
which depends oncom.nativelibs4java:bridj:0.7.0
.bridj
tries to load resources from other modules viaClass#getResource
and if that fails it tries to useClassLoader#getResource
.The latter would