home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / j2sdk / files / linux / j2sdklin.bin / jdk1.3.1 / bin / HtmlConverter < prev    next >
Encoding:
Text File  |  2001-05-06  |  418 b   |  18 lines

  1. #!/bin/sh
  2. #
  3. #  Copyright 2000-2001 Sun Microsystems, Inc. All rights reserved.
  4. #  Copyright 2000-2001 Sun Microsystems, Inc. Tous droits rΘservΘs.
  5. #
  6. # This software is the proprietary information of Sun Microsystems, Inc.
  7. # Use is subject to license terms.
  8. #
  9.  
  10. #
  11. # @(#)HtmlConverter    1.2 02/26/01
  12. #
  13. # Startup script for the HTML Converter
  14. #
  15.  
  16. BINDIR=`dirname $0`
  17. ${BINDIR}/java -jar ${BINDIR}/../lib/htmlconverter.jar $*
  18.