You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some environments, the classloader hierarchy may contain classloaders
which do not inherit from java.net.URLClassLoader and which cannot be
extended to the clojure.java.classpath/URLClasspath protocol.
To prevent exceptions in these environments, check that classloaders
satisfy the protocol before calling .urls.
See http://dev.clojure.org/jira/browse/CLASSPATH-7
0 commit comments