DEPRECATED
Adds the url (String or URL object) to the classpath per
URLClassLoader.addURL
(defn add-classpath
"DEPRECATED
Adds the url (String or URL object) to the classpath per
URLClassLoader.addURL"
{:added "1.0"
:deprecated "1.1"}
[url]
(println "WARNING: add-classpath is deprecated")
(clojure.lang.RT/addURL url))
Comments top
No comments for add-classpath. Log in to add a comment.