home *** CD-ROM | disk | FTP | other *** search
/ Ultra Pack / UltraComputing Technology Demos and Tools.iso / java / bin / sparc / jdb < prev   
Encoding:
Text File  |  1996-05-03  |  136 b   |  7 lines

  1. #! /bin/sh
  2. #
  3. # Shell wrapper to startup up the Java Debugger's TTY classes.
  4.  
  5. `dirname $0`/java_g -debuggable sun.tools.ttydebug.TTY $@
  6.  
  7.