All:

I did the following analysis of Java SE 5.0 and found the following:

[EMAIL PROTECTED] 10% pwd
/usr/local/java/jdk1.5.0_07/jre/lib/sparc
[EMAIL PROTECTED] 11% foreach f (`find . -name '*.so'`)
foreach? ldd $f >> /tmp/javalibs.txt
foreach? echo $f
foreach? end

Then, by examining the output of...
[EMAIL PROTECTED] 11% awk '{print $3}' /tmp/javalibs.txt | grep '^/' | sort -u

I find that the only libs required for Java (for the purposes of addressing
the DLJ concerns in this thread) are:
libCrun.so.1
libdemangle.so.1

HTH,

--Tom

FFI on the DLJ please see:
https://jdk-distros.dev.java.net/
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to