Instructions for installing and running JDK1.1.8 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.1.8\bin
We compile all the *.java files in the ppmrmn folder:
c:\jdk1.1.8\bin>javac c:\nmr-applet\OneXtal\ppmrmn\*.java
If the process occurs properly, only the prompt appears again:
c:\jdk1.1.8\bin>
If the DOS window is in full-screen 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.1.8\bin>exit
In the ppmrmn folder of the OneXtal folder, seventeen new files
with class extension are generated by JDK1.1.8:
OneXtalJDK118.class,
OneXtalJDK118$1.class, OneXtalJDK118$2.class, OneXtalJDK118$3.class,
OneXtalJDK118$4.class, OneXtalJDK118$5.class, OneXtalJDK118$6.class,
Graph.class, Graph$$1.class, Graph$Dataset.class, Graph$Point.class,
ComplexMat.class, RealMat.class, Nmr.class, Jacobi.class,
ListGentle.class, Node.class.