B
Brian Herbert Withun
I am developing an applet and I have recently added a MANIFEST file to
it for version information.
My original intent was to see the version of the applet shown in the
Java Applet Cache Viewer...
(Java Control Panel -> (Temporary Internet Files) Settings... -> View
Applets...)
In there, I see various applets I've used, some with version numbers
in the "Version" column, but many without (N/A). I was confident that
adding Version information to the MANIFEST would populate that field
of the viewer for *MY* applet, but it did not. Could I be creating an
incomplete manifest, or might there be another location where I need
to stuff the version number?
My Manifest looks like this (and it *does* end with an EOL):
Manifest-Version: 1.0
Name: com/XYZ/
Main-Class: com.XYZ.RuntimeKernelMainClass
Implementation-Title: XYZApplet
Implementation-Version: 1.0.5.1
Implementation-Vendor: Copyright 2007 XYZ
it for version information.
My original intent was to see the version of the applet shown in the
Java Applet Cache Viewer...
(Java Control Panel -> (Temporary Internet Files) Settings... -> View
Applets...)
In there, I see various applets I've used, some with version numbers
in the "Version" column, but many without (N/A). I was confident that
adding Version information to the MANIFEST would populate that field
of the viewer for *MY* applet, but it did not. Could I be creating an
incomplete manifest, or might there be another location where I need
to stuff the version number?
My Manifest looks like this (and it *does* end with an EOL):
Manifest-Version: 1.0
Name: com/XYZ/
Main-Class: com.XYZ.RuntimeKernelMainClass
Implementation-Title: XYZApplet
Implementation-Version: 1.0.5.1
Implementation-Vendor: Copyright 2007 XYZ