>>>>> Armen Yampolsky writes:

    Armen> I have discovered a strange quirk with the new JDK1.1.7 v3. Before I
    Armen> submit this as a bug and print all sorts of debugging info, could
    Armen> somebody try this line of code:


    Armen> org.omg.CORBA.ORB = org.omg.CORBA.ORB.init();

    Armen> I am getting a
    Armen>     java.lang.UnsatisfiedLinkError: doPrivileged
    Armen> in the ORB's initialization.

    Armen> I am trying this with Sun's CORBA libraries, from the
    Armen> JDK1.2 jar. Will try others presently.


This is not that strange, doPrivileged is new in 1.2. Code that needs
doPrivileged simply won't work with 1.1.x.


        Juergen


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

Reply via email to