(alter-java-library-path! f & args)
(classlojure & urls)
(eval-in cl form & objects)
Eval the given form in a separate classloader. If objects are passed after form, then the form is assumed to be a function and it is applied to the list of objects. This lets you pass objects between classloaders.
Eval the given form in a separate classloader. If objects are passed after form, then the form is assumed to be a function and it is applied to the list of objects. This lets you pass objects between classloaders.
(eval-in* cl form & objects)
(get-classpath cl)
(invoke-in cl class-method & args)
Invoke class-method (with optional signature) inside the given classloader, passing the optional params.
Invoke class-method (with optional signature) inside the given classloader, passing the optional params.
(invoke-in* cl class-name method & [signature & params])
(with-classloader cl & body)
(wrap-ext-classloader & urls)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close