In order to be able to load native libraries in Java/Scala using the System.loadLibrary(…), a new openmole function was defined by Romain : withThreadClassLoader.
This function allows you to set the threadclassloader for the executing thread.
It works great for my use case and I wanted to add it to the documentation.
My question is: where?
What do you think?