Skip to main content
Participant
September 17, 2008
Question

CF 6.x

  • September 17, 2008
  • 1 reply
  • 344 views
We have CF 6.x installed and I do not know what version is the macromedia_drivers.jar file......Is there a way to determine the version of the macromedia_drivers.jar file ?
    This topic has been closed for replies.

    1 reply

    September 19, 2008
    Generally you can use:

    java -jar filename.jar -info

    to determine a jar file's info (if it is stored with it).

    Usually, I compare the file dates for macromedia_drivers.jar since it doesn't have a maifest associated with it.
    September 27, 2008
    Try this template: