how to check the version of jar file? -
i working on j2me polish application, enhancing it. finding difficulties exact version of jar file. there way find version of jar file imports done in class? mean if have thing, import x.y.z; can know version of jar x.y package belongs to?
decompress jar file , manifest file (meta-inf\manifest.mf
). manifest file of jar file might contain version number (but not version specified).
Comments
Post a Comment