home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / javasdk / sdk-java.exe / SDKJava.cab / Samples / jexegen / ReadMe.txt
Encoding:
Text File  |  1996-10-10  |  654 b   |  26 lines

  1. Java(tm) Executable Samples
  2. ===========================
  3.  
  4. The samples in this directory demonstrate the use of the JEXEGEN tool.  
  5. This tool is used to bind the class files for a java application into a
  6. Win32 executable.  
  7.  
  8.  
  9. Files
  10. =====
  11.  
  12. Hello\
  13.     Simple hello world application.  Demonstrates proper command line
  14.     parameters to jexegen when the application utilizes packages.
  15.  
  16.  
  17. Mapplet\
  18.     The mandelbrot sample application.
  19.     
  20. Stub\
  21.     Modified version of the jview sample that can be used as a jexegen 
  22.     stub.  This stub binary can be used along the jexegen's /bindto
  23.     option to create custom java executables.
  24.  
  25.  
  26.