Skip to content

Instantly share code, notes, and snippets.

@danielef
Created September 14, 2016 01:02
Show Gist options
  • Save danielef/13921d2c5997cd7ac9ed8f17eafab84d to your computer and use it in GitHub Desktop.
Save danielef/13921d2c5997cd7ac9ed8f17eafab84d to your computer and use it in GitHub Desktop.
Add a jar dependency to classloader
(-> (-> (Thread/currentThread) (.getContextClassLoader)) (.addURL (java.net.URL. "file:///path/to/jboss-cli-client.jar")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment