Typecraft v2.5
Jump to: navigation, search

Difference between revisions of "TestClient"

Line 18: Line 18:
 
Depending on your operating system and on your configuration you might have to do some of the following things:
 
Depending on your operating system and on your configuration you might have to do some of the following things:
  
* by (double) clicking on the JAR file.
+
* (double) click on the JAR file.
* right click on the JAR file an choose OPEN WITH JAVA[version]RUNTIME
+
* right click on the JAR file and choose OPEN WITH JAVA[version]RUNTIME
 
* alternatively, you have to run the incantation in your terminal:
 
* alternatively, you have to run the incantation in your terminal:
  
 
   java -jar run.jar
 
   java -jar run.jar

Revision as of 09:34, 4 November 2009

[|download here]

The TypeCraft client is a simple Java application.

Requirements to run the TypeCraft client:

  • Java (tested against Java(TM) SE Runtime Environment (build 1.6.0_10-b33))

Installation:

  • save the download-file to a directory of your choice
  • go to the directory you chose for the download and unpack the TCc.zip

Usage:

  • run the JAR file run.jar inside of the TCc directory.

Depending on your operating system and on your configuration you might have to do some of the following things:

  • (double) click on the JAR file.
  • right click on the JAR file and choose OPEN WITH JAVA[version]RUNTIME
  • alternatively, you have to run the incantation in your terminal:
  java -jar run.jar