Name: ssT124754 Date: 02/13/2001 java version "1.3.0" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C) Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode) It is not possible to load a native library if it is contained inside a jar file. The resource specification "jar:file:file.jar!some.dll" given to the System.load () is ignored, the load attempt results in an java.lang.UnsatisfiedLinkError. The details of the message state that an "...absolute path was not found..." Since this format ("jar:file:file.jar!somefile") works when loading resources it can be considered an absolute path, at least into the jar file. System.load () should not reject this resource specification format (Review ID: 116877) ======================================================================
|