home *** CD-ROM | disk | FTP | other *** search
- Java(tm) RegKey Sample
- =======================
-
- The samples in this directory demonstrate the use of the Registery classes
- and methodes for the Microsoft Windows9x and Windows NT.
-
- Execution information
- ======================
- You can run this sample in two ways:
-
- 1- From an MS-DOS box run Jview.exe to load the .class file.
- Syntax: jview regkeysample
-
- 2- You can run the executable binary generated by the JExegen.exe tool
- from Microsoft Windows9x, Windows NT shell. Or, simply type the name
- of the sample (regkeysample) in any MS-DOS box.
-
-
-
- Files
- =====
-
- RegKeySample.java\
- Source code for the RegKeySample Windows application in Java(tm).
- This source code Demonstrates usage of the RegKey methods and classes.
-
-
- RegKeySample.class\
- Class file generated using the Microsoft VJ++ version 1.0
-
-
- RegKeySample.exe\
- Executable file generated by the JExegen.exe tool. This tool is used
- to bind the class files for a java application into a Win32 executable.
- You can find this tool in the bin directory under the root of your
- SDK-Java directory.
-