Instructions for installing and running JDK1.4 source codes of denoising FID applet

Home and Applets > Download JDK1.4 Applet Source Code > Denoising FID Applet

We present, for WINDOWS-based computers, simplified instructions to install and to run the source codes of the denoising FID applet. 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

IMAGE of the JDK1.4 FIDSVD applet folder

(1) We create, if not yet, a folder called svd-applet in our hard disk c.

(2) In the svd-applet folder, we create another folder called svd-tmp2. The applet.html file (see Step 4) that supports the applet will be saved in the svd-tmp2 folder.

(3) In the svd-tmp2 folder, we create the fidsvd folder, whose name must not be changed, because fidsvd is involved in the Java files as a package.

Step 2: Download *.java files

We download the following Java files into the fidsvd folder created in Step 1 by clicking on their links.

We download the following zipped folder into the svd-tmp2 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-applet\svd-tmp2\Jampack\*.java c:\svd-applet\svd-tmp2\fidsvd\*.java

Step 4: Edit and run applet.html

(1) We select, copy, and paste the following green lines in a file of MS Bloc-notes.

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
  <title>SVD denoising FID applet</title>
</head>
<body>
<applet
  codebase = "."
  code = "fidsvd.SVDMVC.class"
  name = "NMR-Applet"
  width = "406"
  height = "427"
  hspace = "0"
  vspace = "0"
  align = "top"
>Applet for denoising FID.</applet>
</body>
</html>

(2) We save the file as applet.html in the svd-tmp2 folder (See the image of Step 1).

(3) Clicking the icon of the applet.html file in the svd-tmp2 folder will start the applet in the web browser.

A page of our web site describes the operation of this applet.

Solid-state NMR bibliography for:

Aluminum-27
Antimony-121/123
Arsenic-75
Barium-135/137
Beryllium-9
Bismuth-209
Boron-11
Bromine-79/81
Calcium-43
Cesium-133
Chlorine-35/37
Chromium-53
Cobalt-59
Copper-63/65
Deuterium-2
Gallium-69/71
Germanium-73
Gold-197
Hafnium-177/179
Indium-113/115
Iodine-127
Iridium-191/193
Krypton-83
Lanthanum-139
Lithium-7
Magnesium-25
Manganese-55
Mercury-201
Molybdenum-95/97
Neon-21
Nickel-61
Niobium-93
Nitrogen-14
Osmium-189
Oxygen-17
Palladium-105
Potassium-39/41
Rhenium-185/187
Rubidium-85/87
Ruthenium-99/101
Scandium-45
Sodium-23
Strontium-87
Sulfur-33
Tantalum-181
Titanium-47/49
Vanadium-51
Xenon-131
Zinc-67
Zirconium-91
[Contact me] - Last updated February 25, 2020
Copyright © 2002-2024 pascal-man.com. All rights reserved.