home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Program_Files / jrun / docs / README.gnu < prev    next >
Encoding:
Text File  |  2001-06-13  |  698 b   |  21 lines

  1. JRun uses the gnu.getopt and gnu.regexp packages put together by Aaron
  2. Renn <arenn@urbanophile.com> and Wes Biggs <wes@cacas.org>
  3. respectively by porting their C counterparts to Java.
  4.  
  5. Both of these packages are licensed under the LGPL, included in the
  6. JRun distribution in docs/COPYING.LIB.
  7.  
  8. The latest version of GNU regexp for Java as well as the source code
  9. can found here:
  10.  
  11. http://www.cacas.org/java/gnu/regexp/
  12.  
  13. The latest version of GNU getopt for Java as well as the source code
  14. can found here:
  15.  
  16. http://www.urbanophile.com/arenn/hacking/download.html#getopt
  17.  
  18. These packages and other Java packages can be found here:
  19.  
  20. http://www.gnu.org/software/java/java-software.html
  21.