We present, for WINDOWS-based computers, simplified instructions to install and to run the source codes of the new denoising FID application. We should read the detailed instructions given about the source codes of the SVD applet before starting.
Download J2SDK1.4.2_19 if required.
Step 1: Install folders
(1) We create, if not yet, a folder called svd-application in our hard disk c.
(2) In the svd-application folder, we create another folder called svd-tmp4. The nmrsvd2.jar file (see Step 4) that supports the new application will be saved in the svd-tmp4 folder.
(3) In the svd-tmp4 folder, we create the nmrsvd folder, whose name must not be changed, because nmrsvd is involved in the Java files as a package.
Step 2: Download *.java files
We download the following Java files into the nmrsvd folder created in Step 1 by clicking on their links.
We download the following zipped folder and the text file into the svd-tmp4 folder created in Step 1 by clicking on its link.
We extract Jampack.zip folder.
Step 3: Compile *.java files
We open a DOS window. Then we select, copy, and paste the following green line(s) after the prompt (c:\>) to compile *.java files:
c:\j2sdk1.4.2_19\bin\javac c:\svd-application\svd-tmp4\Jampack\*.java c:\svd-application\svd-tmp4\nmrsvd\*.java
Step 4: Edit and run nmrsvd2.jar
(1) In the DOS window, we change the directory to:
cd c:\svd-application\svd-tmp4
Then we select, copy, and paste the following green line after the prompt (c:\svd-application\svd-tmp4>):
c:\j2sdk1.4.2_19\bin\jar cfm nmrsvd2.jar Manifest.txt .
The period at the end of the jar command indicates that all the files and subdirectories of the current working directory are to be placed in the JAR file. The nmrsvd2.jar folder appears in the svd-tmp4 folder (See the image of Step 1).
(2) Clicking the icon of nmrsvd2.jar folder starts the new Java application.
A page of our web site describes the operation of this new Java application.