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

Thread: .jar Files

  1. #1
    Join Date
    May 1999
    Posts
    11

    .jar Files

    HI ,

    Apart from adding classes into a jar file I need to add another jar file to build a jar file.In other words Is nesting of jar files allowed in Java.

    Thanks,
    Sudhakar


  2. #2
    Join Date
    Feb 2001
    Posts
    1

    Re: .jar Files

    Hi,
    I don't think that you are able to add ohter jar files in a jar file. But you can reference to other jar files from a jar file.

    http://java.sun.com/docs/books/tutor.../manifest.html


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