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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -