home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / jdk12bas.zip / Readme.txt < prev   
Text File  |  1999-02-16  |  2KB  |  52 lines

  1. This package contains JDK 1.2 API documention in OS/2 INF format.
  2. This documentation was generated directory from the Sun source
  3. code using the javadoc doclet IPFDoclet (included in
  4. IPFDoclet.zip).  Currently, I have split this documentation into
  5. 4 files.  The other three should be available from the same site
  6. where this one was obtained.  The files are:
  7.  
  8. jdk12_base.inf          - Everything in the java.* hierarchy
  9. jdk12_corba.inf         - Everything in the org.omg.* hierarchy
  10. jdk12_swing.inf         - Everything in the javax.* hierarcy
  11. swing103.inf            - Documentation for Swing 1.0.3
  12.  
  13. The Swing 1.0.3 stuff isn't really part of JDK 1.2, but is useful
  14. for those bridging over from older Swing code to Swing 1.1.
  15.  
  16. It is best if you download at least all of the jdk12 stuff.  For
  17. example, jdk12_swing contains many links to jdk12_base - if both
  18. are present these links will function, otherwise they will not.
  19. The reason it is broken up this way is simply because NT is such
  20. a bloated memory pig that I can't run javadoc on the whole
  21. hierarchy at once, or it goes into endless thrashing.  If I ever
  22. get more than 64 Mb of RAM, I will try to do the whole thing.
  23. Anyway, the integration between the different inf files is quite
  24. seamless.
  25.  
  26. To install, simply copy the files to a directory on your
  27. BOOKSHELF path.  To view one of the files, simply type:
  28.  
  29. view jdk12_swing
  30.  
  31. for example.  In the All Packages panel, you will find that there
  32. are also links to the packages in jdk12_base and jdk12_corba, so
  33. this is a good one to view.  You can also specify a topic on the
  34. command line:
  35.  
  36. view jdk12_swing JButton
  37.  
  38. If you wish to use these files on Windows, there is a viewer
  39. avaialable on hobbes:
  40.  
  41. ftp://hobbes.nmsu.edu/pub/windows/win_inf.zip
  42.  
  43. However, this does not handle long filenames.  To get one that
  44. does, go to
  45.  
  46. http://service2.boulder.ibm.com/devcon/showcase/cat/iview.htm
  47.  
  48.  
  49. If you have any questions or comments, e-mail me at
  50.  
  51. mcdermid@hcl.com
  52.