[sdljava-users] disable shared library loading feature checked into CVS
Status: Beta
Brought to you by:
ivan_ganza
From: Ivan Z. G. <iva...@ya...> - 2005-01-31 01:39:36
|
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/ |