You need a Java enabled browser to run this software. The browser can either be the Internet Explorer(IE) or Netscape, version number must be < 6.
Unfortunately, this software does not work under Netscape 6. But, watch this space, there will be upgrades.
In theory, the applet can also run on Apple's MacOS with IE but I don't have access to an iMac to try it out.
The Card Weaver is packaged in two different ways to accommodate Windows and Unix users.
![]() |
||
if you use Windows |
if you don't use Windows or you know how to unzip a file |
|
| Version 1.01 Jan 7, 2002 |
( 132 705 bytes)
Double-click on "installcw.exe". |
( 92 677 bytes)
Unzip the zip file. |
Executing the exe file or uncompressing the zip file creates a folder called "TheLoomyBin". If you are on a PC the folder must be installed on the top level on the C: drive:
C:\TheLoomyBin
It contains the following files:
| TheLoomyBin/ | readme.txt | - Release Notes. |
| start4ns.html | - Starting point for Netscape users. | |
| start4ie.bat | - Starting point for IE users. | |
| bin/ < a whole bunch of files> | - Executable code. | |
| lib/ dancer | - Pattern. | |
| lib/ diamonds | - Pattern. | |
| lib/ diagonals | - Pattern. | |
| lib/ peacock | - Pattern. |
Once you see these files on your computer, you can delete the file that you downloaded and save disk space.
You are now ready to execute the code.
If permissions are not set correctly you'll get one of the following messages:
If you installed the software in:
C:\TheLoomyBin
the environment variable should be set as:
set CLASSPATH=C:\TheLoomyBin\bin
This line needs to go into your autoexec.bat file. If the variable CLASSPATH is already set to a different value, use the following form:
set CLASSPATH=C:\TheLoomyBin\bin;%CLASSPATH%
Reboot your system.
To call up the Card Weaver you can now double-click on start4ns.html or better, rename start4ns.html to startcw.html. You can even delete start4ie.bat.
The definition of CLASSPATH is the only reason for installing the software in C:\TheLoomyBin. You can move the folder to a different location if you set CLASSPATH accordingly.