home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / AFC / JNotepad / make.bat < prev   
Encoding:
DOS Batch File  |  1998-03-05  |  292 b   |  11 lines

  1. @echo off
  2. rem Compiles JNotepad
  3. jvc /d classes src\*.java
  4. echo  
  5. echo To run JNotepad, go to the classes directory and type 'jview JNotepad'.
  6. echo Or, to create a standalone Win32 exe, go to the classes directory and
  7. echo run 'buildexe.bat'. This will create JNotepad.exe.
  8. echo  
  9.  
  10.  
  11.