Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Advanced-java] Of jarfiles and manifests


  • From: Brian.Cain@xxxxxxxxxxxx (Cain Brian-BCAIN1)
  • Subject: [Advanced-java] Of jarfiles and manifests
  • Date: Wed, 27 Feb 2002 15:19:09 -0600

Ok, http://java.sun.com/docs/books/tutorial/ext/basics/download.html states
"You can also specify multiple extension URLs by using more than one
Class-Path header in the manifest" and gives an example.  Do they intend for
this to be useful, or just including multiple classpaths for the sake of
including them?  :>

I created a manifest file with several Class-Path headers, but when I
unpacked the jarfile, its manifest only contained the last.  Is this a bug,
or am I misunderstanding the blurb about multiple classpath headers?  (Using
Sun's 1.3.1_01, and 1.4.0)

-Brian