home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / hj11os2.zip / readme.os2 < prev    next >
Encoding:
Text File  |  1997-09-21  |  1.9 KB  |  42 lines

  1. HotJava 1.1 for OS/2                    Samuel Audet <guardia@cam.org>
  2.  
  3. Since no one released an OS/2 "version", I've decided to make this package
  4. to work with the ones for Solaris that Sun did.  It's available from
  5. http://java.sun.com/products/hotjava/1.1/ where you can also get the SSL
  6. (Secure Sockets Layer) version.  The no extention files are actually ZIPs.
  7. Both secure and non-secure version will work with the files provided for
  8. OS/2 in this package.  I have tested "HotJava 1.1 Beta2".
  9.  
  10. You will need OS/2 Java JDK 1.1.1 (and whichever version of OS/2 gets that
  11. running). It's available from
  12. http://service.boulder.ibm.com/asd-bin/doc/en_us/java111/f-feat.htm
  13.  
  14. Once this is setup, unzip this package in HotJava1.1\bin directory
  15. You will have makeobj.cmd and run.cmd available to use.  I guess their use
  16. are pretty obvious, no parameters needed. Anyway, have fun with HotJava!
  17.  
  18.  
  19. Notes
  20. ~~~~~
  21. HotJava 1.1 wasn't meant to run on Java Runtime 1.1.1, but on 1.1.4. Most
  22. part of it seems to work fine.    However, it cannot connect using HTTP
  23. protocol.  You will get this error
  24.  
  25. java.lang.NoSuchMethodError: sun.net.www.protocol.http.HttpURLConnection: method
  26.  setInstanceFollowRedirects(Z)V not found
  27.         at sunw.hotjava.doc.DocParser.run(Compiled Code)
  28.         at java.lang.Thread.run(Compiled Code)
  29.  
  30. I don't know Java programming yet, but I think it vaguely means that the
  31. program is requesting something that the runtime doesn't know
  32. about...nevertheless, it connects with FTP, Gopher and SMTP (Send Mail)
  33. just fine.    This script will most probably be able to run with Java Runtime
  34. 1.1.4 (or up) to use with HotJava 1.1.    But if you find a work around and
  35. you get to be able to connect with HTTP servers with 1.1.1, LET ME KNOW!!!
  36. thanks
  37.  
  38.  
  39. And last but not least, I am not responsible if anything happens to your
  40. system, this installer is free.  But let me know if you have any problems,
  41. questions or comments!
  42.