Jar file which contains the Javadoc? -


is possible create jar file contains javadoc ?

for now, i'm creating jar file & javadoc folder. 1. want create jar file contains javadoc , can ? 2. can without attaching source code jar file ? (just jar javadoc) ?

thanks

the short answer yes. jar file zip manifest , additional features. can put type of file in it, including images, html files etc... have jar javadoc folder classes folder.


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -