11 Matching Annotations
  1. Apr 2026
    1. OPF file in an epub is 'open package format' and lists the content of an epub. some metadata (title, date, creator, identifier,language, publisher) the manifest point to needed resources (images, fonts, css, navigation file and all xhtml pages) spine gives the content of the book (reusing the ids in the manifest).

  2. Oct 2024
  3. Sep 2024
  4. Sep 2023
  5. Aug 2022
  6. Dec 2018
    1. Headers in a manifest Header Definition Name The name of the specification. Specification-Title The title of the specification. Specification-Version The version of the specification. Specification-Vendor The vendor of the specification. Implementation-Title The title of the implementation. Implementation-Version The build number of the implementation. Implementation-Vendor The vendor of the implementation.

      It would be nice to have a bit more background, why this stuff is called like this

    1. To load classes in JAR files within a JAR file into the class path, you must write custom code to load those classes. For example, if MyJar.jar contains another JAR file called MyUtils.jar, you cannot use the Class-Path header in MyJar.jar's manifest to load classes in MyUtils.jar into the class path.

      So, other jars have to be extracted.

    1. To modify the manifest, you must first prepare a text file containing the information you wish to add to the manifest. You then use the Jar tool's m option to add the information in your file to the manifest.

      You don't add a manifest, but you add a second file that contains additional fields