The Wayback Machine - https://web.archive.org/web/20220612062650/https://github.com/topics/java-9
Skip to content
#

java-9

Here are 181 public repositories matching this topic...

Vampire
Vampire commented Mar 16, 2018

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 on com.nativelibs4java:bridj:0.7.0.
bridj tries to load resources from other modules via Class#getResource and if that fails it tries to use ClassLoader#getResource.
The latter would

Improve this page

Add a description, image, and links to the java-9 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the java-9 topic, visit your repo's landing page and select "manage topics."

Learn more