You will have to adjust the setpath.bat and compile.bat command files to reflect the locations of the software on your computer.
On my computer java is installed in N:\java thus the
setpath.bat command file is:
The compile.bat command file is:
Enter the following commands at a Windows command prompt.
cd C:\AduJava setpath.bat javac AduJava.java javah AduJava compile.bat java AduJava
The result should appear similar to this screen shot: