(inject-bukkit-jar!)
Needed for paper (possibly others). Paper uses Java Agent voodoo to put the patched mojang jar on the classpath, but that means we have no accessible way to "see" it on the classpath. ApplicationClassLoader does not expose its urls, and Paperclip does not update the property which we check instead. So we add it to "our" classloader (Clojure's dynamicclassloader), so licp/find-resource can do its work.
Needed for paper (possibly others). Paper uses Java Agent voodoo to put the patched mojang jar on the classpath, but that means we have no accessible way to "see" it on the classpath. ApplicationClassLoader does not expose its urls, and Paperclip does not update the property which we check instead. So we add it to "our" classloader (Clojure's dynamicclassloader), so licp/find-resource can do its work.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close