CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 1999
    Posts
    8

    classNotFoundException: java.rmi.Remote in IE5 's RMI Applet

    Hello Java Gurus,
    We have a problem in Executing our Applets that are written for RMI Clients. These are working fine with AppletViewer & Netscape Navigator.
    But when we are trying to use it in IE-4/5 we are getting classNotFoundException: java.rmi.Naming

    Just can any one try this out

    Note:
    Dont give a solution like - Download RMIPatch

    Software Engineer
    Internet Technology,Panini Logix Pvt Ltd

  2. #2
    Join Date
    Sep 1999
    Location
    Madurai , TamilNadu , INDIA
    Posts
    1,024

    Re: classNotFoundException: java.rmi.Remote in IE5 's RMI Applet


    By default , IE4's JVM does not support RMI. Either you have to download java plugin from sunsite
    or you have to put all the RMI related classes in one jar file ( RMIPatch ? ) and
    specify it in your archive tag.

    Poochi..


  3. #3
    Join Date
    Sep 1999
    Location
    Dubai, UAE
    Posts
    38

    Re: classNotFoundException: java.rmi.Remote in IE5 's RMI Applet

    Poochi,

    I have tried putting all the RMI classes into one file.. didn;t spend too much time - agreed, but still, doesn't work. 90% u hv to download the RMI patch.

    Just a comment.

    Rgds,

    R. Saravanan


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured