java.net.MalformedURLException: Unknown protocol: jar
#581 ouverte le 16 juin 2022
Métriques du dépôt
- Stars
- (4 279 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
I've encountered a problem accessing classes with newer versions of java:
Uncaught Exception: java.lang.UnsatisfiedLinkError: java.net.MalformedURLException: Unknown protocol: jar java.lang.UnsatisfiedLinkError: java.net.MalformedURLException: Unknown protocol: jar at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:1759) at org.bytedeco.javacpp.Loader.load(Loader.java:1345) at org.bytedeco.javacpp.Loader.load(Loader.java:1157) at org.bytedeco.javacpp.Loader.load(Loader.java:1133)
The interesting thing is that this only seems to happen with later versions of Java (15+). When I run the same code in Java11, i do not get this error?