V
vishwanath.kc
Hello,
I would like to understand how we can differentiate between 2 jar
files which are of same name. Is there a version defined in .jar file?
For example, if i have myapp.jar filename which is same for 1.0,
1.1, and 1.5 releases. How do i know which version it is?
One way could be to use 'MANIFEST" file which will include version. In
this case, how do i get the jar version ? Is there a standard java
tool?
tia,
--ViK
I would like to understand how we can differentiate between 2 jar
files which are of same name. Is there a version defined in .jar file?
For example, if i have myapp.jar filename which is same for 1.0,
1.1, and 1.5 releases. How do i know which version it is?
One way could be to use 'MANIFEST" file which will include version. In
this case, how do i get the jar version ? Is there a standard java
tool?
tia,
--ViK