[Image] [Image] Mocha is written in Java (of course) but it is not an applet, so you need a copy of the JDK or an equivalent development environment (like Microsoft Visual J++ or Symantec Cafe) to run it. 1. Download beta1 of Mocha: mocha-b1.zip (122k) 2. Unzip the archive. It contains two files: readme.txt and mocha.zip. The latter file contains the classes that make up Mocha. There is no need to unzip it, as [Image] Java can reach into (uncompressed) zip files directly. Simply put mocha.zip in a safe place, for instance the JDK directory. 3. Add the full pathname of mocha.zip to your CLASSPATH string, for instance: SET CLASSPATH=.;c:\myclasses;c:\jdk\mocha.zip Note that you must add the filename, not just the directoryname of the zip! You are now set up to run Mocha. See readme.txt for further details. [Image]