Instructions for installing and running the source codes of one-pulse nutation NMR applet for crystal
Step 3: Compile *.java files

We open a DOS window by selecting from WINDOWS desktop:
Start > Programs > DOS command
for WINDOWS 9x;
Start > Programs > Accessories
> Command prompt for WINDOWS 2000 and XP.
We change the directory to that of Java compiler (javac):
c:\>cd \jdk1.0.2\bin
We compile all the *.java files in the ppmrmn folder:
c:\jdk1.0.2\bin>javac c:\nmr-applet\OneXtal\ppmrmn\*.java
If the process occurs properly, only the prompt appears again:
c:\jdk1.0.2\bin>
If the DOS window is in full-all state, we return from DOS window to MS WINDOWS by pressing either CRTL and ESC keys simultaneously, or ALT and ENTER keys simultaneously, or typing exit:
c:\jdk1.0.2\bin>exit
In the ppmrmn folder of the OneXtal folder, nine new files
with class extension are generated by JDK1.0.2:
OneXtal.class,
ComplexMat.class, RealMat.class, Nmr.class, Jacobi.class,
ListGentle.class, PointDot.class, Node.class, and Dataset.class.