Performance of Java on FBSD vs. others...
Nikos Ntarmos
ntarmos at ceid.upatras.gr
Tue Dec 19 03:30:03 PST 2006
On Tue, Dec 19, 2006 at 11:45:41AM +0200, Eugeny N Dzhurinsky wrote:
> Nice, is it possible to see does it really uses libthr.so.2?
Use ldd(1) on the executable. If you see something like:
ntarmos at ace:~$ ldd /usr/local/jdk1.5.0/bin/java
/usr/local/jdk1.5.0/bin/java:
libz.so.3 => /lib/libz.so.3 (0x68091000)
libpthread.so.2 => /usr/lib/libthr.so.2 (0x680a3000) <=======
libc.so.7 => /lib/libc.so.7 (0x680b6000)
then you're using libthr alright.
\n\n
More information about the freebsd-java
mailing list