> Do you have any explanation as to why, when I put the proper Package
> Versioning information into my MANIFEST, that selfsame version
> information is not reflected in the Java Applet Cache Viewer?
Are you sure the Applet Cache Viewer uses the manifest file to show the
version number? Where is that documented?
> I can pull the information out myself using:
> this.getClass().getPackage().getImplementationVersion();
> so I *know* it's in there, and in there properly.
This sounds good. I'd make sure you are using quotes like the example,
and that there are TWO newlines at the end of the file. One to end the
value, and one to end the section.
> Apparently that is not where the cache viewer is looking to obtain
> applet version numbers.
[quoted text clipped - 3 lines]
>
> How do they do that?
Dunno. Have you looked at the tags on the web page they download from?
Maybe the Applet Cache View pulls it's info from the web page rather
than the manifest file.
http://java.sun.com/docs/books/tutorial/deployment/applet/objecttag.html
I don't do applets so I'm not really sure....
Please let us know the result though.