[514] in java-interest

home help back first fref pref prev next nref lref last post

Question about loading libraries

daemon@ATHENA.MIT.EDU (Yuri Rzhanov)
Tue Jun 27 10:26:48 1995

Date: Tue, 27 Jun 1995 14:38:16 +0100 (BST)
From: Yuri Rzhanov <yuri@cee.hw.ac.uk>
To: java-interest@java.sun.com


Hi Java Team

A question about loading libraries:

o The only place where libawt.so is explicitly loaded is in WServer.run()
libawt.so is calling routines in libXm, libXt, libX11. Does it load
them all automatically? In my case, my native library is referring to
some X-calls, and java complains at run time about inablility to find,
say, XFlush(), even if LD_LIBRARY_PATH includes /usr/openwin/lib, where
libX11.so resides, and I explicitly call 
	Linker.loadLibrary("X11");
	
How does libawt deals with XFlush()? It has references to this routine.

Thanks for your time,

Yuri


************************************************
* Yuri Rzhanov, Project INTERACT               *
* Dept of Computing and Electrical Engineering *
* Heriot-Watt University, Edinburgh, Scotland  *
* tel 031 - 449 5111  x4188                    *
************************************************


-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post