Hi,

    On my Linux (slackware 4.0 w/kernel 2.2.5 and glibc6) I've intalled
    the jdk1.2pre-v1 but, when I try to compile or to run any java class

    I receive always the error like this:

    -->  could't find librarys libstdc++-libc6.0-1.so.2

    I've try to resolve this problem by making a link like:

    ln -s /usr/lib/libstdc++.so.2.8 \
    /jdk1.2/jre/lib/i386/libstdc++-lib6.0-1.so.2

    or

    ln -s /usr/lib/libstdc++.so.2.9 \
    /jdk1.2/jre/lib/i386/libstdc++-lib6.0-1.so.2

    but in this way the error is an incompatible function inside my
    library, because I receive an error like:

    -->    undefined symbol <symbol_name>

    Can I resolve this problem ?
    Which type and version of library i need to use correctly the jdk1.2

    There's anyone that have succesfully run java classes in slack4.0
w/jdk1.2pr-v1?

    Thans in advance for your collaboration !

    Alessio Dragoni
    ([EMAIL PROTECTED])






----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to