xclerc / ocamljava

http://www.ocamljava.org
Other
171 stars 14 forks source link

Variants of "Java.proxy" to use alternative class loaders #10

Closed xclerc closed 10 years ago

xclerc commented 10 years ago

The "Java.proxy" function implicitly uses the system class loader, but one may want to use an other class loader. It is even necessary in some situation, such as code run in a servlet container.