I've checked in the code which allows one to disable to automatic
loading of shared libraries. This has been added for all modules,
globally. So that if you specify once NO shared libraries at all will
be loaded.
Specify "-Dsdljava.bootclasspath=true" (or any value) to the java
runtime and no shared libraries will be loaded.
* Special Note: if you are using gljava make sure to do
SWIG_glew_init() after you load the gljava shared library so the glew
layer is properly initialized aftewards.
-Ivan/
|