CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Posts
    6

    How to find out when all the necessary applet classes are loaded?

    I have an applet that sometimes doesn't start up right if you're accessing it for the first time. I was just wondering could the applet start operating even though all the necessary classes wouldn't yet be loaded? And thus failing?
    And is there a way to find out when all the classes are loaded, to give the applet the permission to proceed?


  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: How to find out when all the necessary applet classes are loaded?

    The browser and ClassLoader should take care of loading all the classes needed. Are you sure that's your problem? What is the error message(s) you're getting?

    Norm

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