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

    .class dependecy

    Hi, is there any way to see the class-hirarcy of one specified .class file ? I.e. if I wanted to see on which classes JPanel relies on.
    I'm trying to extract out of swinall.jar those classes I will need to be able to use JPanel, JSlider and JPopupMenu in my applet. It is to much to have to download all of swingall.jar!

    With regards,
    Svb


  2. #2
    Guest

    Re: .class dependecy

    I suggest if ur using netscape navigator,the open the java console and set debug level >2 and u will see classes that are downloaded to the client.This will help u to know the dependent class files


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