vote up 5 vote down star
1

Are there any industry standard conventions for naming jar files?

flag

2 Answers

vote up 4 vote down check

I have been using

Informative-name-M.m.b.jar

Where:

M = major version number (changed when backward compatibility is not necessarily maintained)

m = minor version number (feature additions etc)

b = build number (for releases containing bug fixes)

link|flag
Example: apache-ant-1.6.5.jar . Note that a hyphen is used as the word separator, not underscore. – Aleksi Sep 23 '08 at 6:45
vote up 3 vote down

This is on the first page of google results

http://javahowto.blogspot.com/2006/05/java-jar-file-naming-conventions-and.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.