• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

package.html location & jar file size

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm going to pack my assignment in the Jar file but I'm confused about the location of 'package.html' files.
Should I place them in the source directories?
And what should be the final size of jar file? Is there any limitation?

thanks & regards,
Manish Kumar
 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, your package.html files go in your source tree, and javadoc will see them there and incorporate them into your javadoc files. I don't think there's a limit on the file size. I would imagine 1-2 MB would be the most you would need if you used many many screenshots in your documentation. Mine was 691 KB, FYI.
 
Manish Kumar
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Pete,
and what about the 'resource' directory? my resource directory contains only gif & html. So should I also place them in the source tree or only with client.jar & server.jar will be sufficient?

regards,
Manish
 
Ranch Hand
Posts: 186
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same confusion as whether the package.html shoud go with the source files, SUN itself does not include any these files in its jdk sources. well if i dont include them, i am afraid of being accused of lack of integrity, for
you cant recreate the documentation without them.
How do you think, Mark Spritzler ?

James
 
The world's cheapest jedi mind trick: "Aw c'mon, why not read this tiny ad?"
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic