TMSK Installation Instructions
TMSK is available for any hardware that has a java interpreter (version 1.3.1
or higher). Its modules are run as java applications with command-line
arguments. Java must be installed on the hardware.
To verify that java is installed on
your system, is accessible and is the appropriate version, type
"java -version"
in a shell window (for PC-Windows, an MS-DOS or command-prompt window).
If you don't have java, you first need to obtain and install it (a process that we do not describe here. Refer to your administrator or consult web resources for java installation). TMSK will not run without java.
Assuming that you have java running on your system, the TMSK installation
consists of the following steps:
-
Create a directory named "tmsk" and download the appropriate install file from
the data-miner.com website to this directory:
-
Windows: Working in an MS-DOS or command-prompt window, save as
"installtmskj.exe"; type "cd \tmsk" to connect to the directory; and finally
type "installtmskj" to run the installtmskj.exe program which will install
TMSK.
- Unix/Linux: Save as "tmskj.tgz"; connect to directory "tmsk"; and
finally type the command "tar -xvzf tmskj.tgz" which will install TMSK.
-
Make sure that the file tmsk.zip appears in the tmsk directory.
DO NOT UNZIP tmsk.zip.
-
Add the full path for tmsk.zip to the environment variable CLASSPATH. Also add
the current directory to the CLASSPATH. The process depends on your operating
system. For example, in Windows XP, click on the System icon in Control Panel
(in the "Performance and Maintenance" category), then on the Advanced tab click
"Environment Variables", then click "New" to add variable CLASSPATH with value
".;c:\tmsk\tmsk.zip" (if tmsk.zip resides in the directory c:\tmsk) or, if
CLASSPATH already exists, click "Edit" and add ".;c:\tmsk\tmsk.zip" to the
existing value of CLASSPATH. The same process works for Windows NT/2000. For
older
PCWindows 9x, add "set classpath=.;c:\tmsk\tmsk.zip" to the autoexec.bat file.
For other operating systems, consult their documentation on how to add
environment variables.
-
Notes: The TMSK programs are run from shell windows (For
PC-windows, in an MS-DOS or command-prompt window). The environment changes may
not take effect until the next login or restart. A drive other than c: may be
used. Make sure both the current directory and the tmsk.zip directory are in
the CLASSPATH.
Verifying the Installation
If the installation was
successful, the user should be able to type the command "java mkdict" without
arguments in any directory and get a message on usage. If,
instead, an error message is obtained, make sure that the tmsk directory has
the tmsk.zip file and that the CLASSPATH variable is properly set and has taken
effect.
Cleaning Up
Following successful installation, the following
files may be deleted or moved to backup storage:
- For Unix/Linux: tmskj.tgz
- For Windows: installtmskj.exe