Russ Pridemore <[EMAIL PROTECTED]> writes:
> - RMI seems to have stopped working.  I was able, with 1.1.7,
>         to run the Swing GUI on a NT machine, talking to the
>         the rest of the java application on Linux via RMI.  The
>         Sun JDK on NT now complains:
>         java.rmi.ConnectException: Connection refused to host...

This may have to do with the JDK 1.2 "policy" file. RMI has changed 
in JDK 1.2 to have a stricter security model -- read the information on
Sun's website. This is not necessarily the Blackdown team's fault.

And, yes, the Invocation API has changed under JDK 1.2. Everyone needs to
familiarize themselves with the many changes Sun made in JDK 1.2 -- do not
assume that code written for JDK 1.1 (especially if you're using native
code, Invocation API, etc.) is going to be all the same. 

mdw


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

Reply via email to