[PJUG Javamail] javac -version in MANIFEST.MF ?
Send Here
component0 at yahoo.com
Mon Jun 15 15:58:22 EDT 2009
Is there a standard manifest header or standard practice for publishing the "javac -version" used in compiling the .class files inside a JAR? "Specification-Version" seems like an ideal header to show the version of your application, but then you'd need a second header to record the version of javac used to compile.
I'm working in several environments right now with multiple javac versions and it's my understanding that you cannot successfully run one jvm on a combination of class files built with different major versions of the compiler.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pjug.org/pipermail/javamail/attachments/20090615/71a82088/attachment.html
More information about the Javamail
mailing list