Thanks Paul for your valuable suggestions.
I have few doubts :
Java provides JNI interface to call C/C++ functions from shared libs.
Suppose JVM is built using gcc 3.3.x and shared libs using gcc 3.4.x,
then how does JVM works in this case.
Similarly, what about some applications which use 3rd part
At Thu, 24 Jul 2008 01:29:27 -0700 (PDT) praks <[EMAIL PROTECTED]> wrote:
>
> Thanks Paul for your valuable suggestions.
> I have few doubts :
> Java provides JNI interface to call C/C++ functions from shared libs.
> Suppose JVM is built using gcc 3.3.x and shared libs using gcc 3.4.x,
> then how