Jeff, Have you looked at the manifest file in the jar for version details?
Inside the activation.jar manifest i find the following information (with more) : Manifest-Version: 1.0 Implementation-Version: 1.0.2 Specification-Version: 1.0 Created-By: 1.3.0 (Sun Microsystems Inc.) Here is the Manifest specification (its 1.3 specific but I don't know of any changes with later versions) http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html which says "Created-By: Defines the version and the vendor of the java implementation on top of which this manifest file is generated. This attribute is generated by the jar tool. " Does this answer your question? Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/CTJUG-Forum -~----------~----~----~----~------~----~------~--~---
