jas.jds.module
Class ModuleUtilities

java.lang.Object
  |
  +--jas.jds.module.ModuleUtilities

Deprecated. Use System.loadLibrary directly. Using this class turns out to be a bad idea, since it is loaded by the base classloader, libraries loaded by it are only accessible to the base class loader. Extensions should call System.loadLibrary directly to avoid this.

public class ModuleUtilities
extends java.lang.Object


Constructor Summary
ModuleUtilities()
          Deprecated.  
 
Method Summary
static void loadLibrary(java.lang.String libName)
          Deprecated. Use this instead of System.loadLibrary to load libraries for modules.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleUtilities

public ModuleUtilities()
Deprecated. 
Method Detail

loadLibrary

public static void loadLibrary(java.lang.String libName)
                        throws ModuleException
Deprecated. 
Use this instead of System.loadLibrary to load libraries for modules. It throws a module exception if the library cannot be loaded.