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 / AWT / RegKey / readme.txt next >
Encoding:
Text File  |  1996-10-12  |  1.1 KB  |  37 lines

  1. Java(tm) RegKey Sample
  2. =======================
  3.  
  4. The samples in this directory demonstrate the use of the Registery classes
  5. and methodes for the Microsoft Windows9x and Windows NT.
  6.  
  7. Execution information
  8. ======================
  9. You can run this sample in two ways:
  10.  
  11. 1- From an MS-DOS box run Jview.exe to load the .class file.
  12.         Syntax: jview regkeysample
  13.  
  14. 2- You can run the executable binary generated by the JExegen.exe tool
  15.    from Microsoft Windows9x, Windows NT shell. Or, simply type the name
  16.    of the sample (regkeysample) in any MS-DOS box.
  17.  
  18.  
  19.  
  20. Files
  21. =====
  22.  
  23. RegKeySample.java\
  24.     Source code for the RegKeySample Windows application in Java(tm).
  25.     This source code Demonstrates usage of the RegKey methods and classes.
  26.  
  27.  
  28. RegKeySample.class\
  29.     Class file generated using the Microsoft VJ++ version 1.0
  30.  
  31.  
  32. RegKeySample.exe\
  33.     Executable file generated by the JExegen.exe tool. This tool is used
  34.     to bind the class files for a java application into a Win32 executable.  
  35.     You can find this tool in the bin directory under the root of your
  36.     SDK-Java directory.
  37.