Update of /src/master/dx/src/uipp/java/server
In directory opendx.watson.ibm.com:/tmp/cvs-serv21214
Modified Files:
DXServerThread.java
Log Message:
now default is for normal System.loadLibrary() to be used and the library
located by LD_LIBRARY_PATH.
If this mechanism is not functional on a system or if one wants to load some
special version of AnyDX,
one can specify the full path and name via the jx.local runtime define.
Errors are caught and the load retried with System.loadLibrary.
Irix gets an additional message regarding possible abi mismatch being the
underlying reason
for the load failure even when the path and file exist.
jx.local is discontinued; its sense was wrong and it made more sense to try
what was supposed to work first!