Typecraft v2.5
Jump to: navigation, search

Difference between revisions of "StandaloneClient"

Line 1: Line 1:
The TypeCraft client is a pure Java application.
+
The TypeCraft client is a pure Java application.  
 +
 
 +
'''For instructions how to use the The TypeCraft Client you go the the [[TypeCraft Client manual| TypeCraft Client manual]].
 +
 
  
 
'''REQUIREMENTS''' to run the TypeCraft client:
 
'''REQUIREMENTS''' to run the TypeCraft client:

Revision as of 19:41, 17 April 2010

The TypeCraft client is a pure Java application.

For instructions how to use the The TypeCraft Client you go the the TypeCraft Client manual.


REQUIREMENTS to run the TypeCraft client:

   * Java (version 6) (Microsoft Windows users can check their Java version by going to the Control Panel.)

INSTALLATION

[Microsoft Windows users]

   * download and run MS Windows installer: [TCc-setup.exe]

[Ubuntu/Debian Linux users]

   * download the run installer: [tcc_1.9100318-1_all.deb]
   * if the installer does not run automatically, you can use the following command: 
       * sudo dpkg -i tcc_1.9100318-1_all.deb
   * the application may then be started via the menu Applications->Accessories, or via the following command:
       * tcc

[other users]

   * download and unpack compressed archive file [TCc.zip] 
   * run the JAR file 'TCc.jar' inside of the TCc directory:
      * (double) click on the JAR file;
      * OR right click on the JAR file and choose 'open with Java';
      * OR alternatively, you have to run the following command in your terminal:  'java -jar TCc.jar'.

Bugs:

Please report bugs in the standalone client on the StandaloneClientBugs StandaloneClientDesignsuggestions wiki page.

For instructions how to use the The TypeCraft Client you go the the TypeCraft Client manual.