Installation

  1. Download the latest version of Goko from Goko repository on Bintray
  2. Extract the content of the downloaded archive to the final folder.
  3. Run it !

Note

Make sure you download the version matching your OS and your JVM instance. See below.

Requirements

Goko requires a Java Runtime Environment to be installed. It is available for download here : Oracle

Both 32-bit and 64-bit Java Virtual Machine can be installed and used on the same computer.

To check your installed java version, take the following steps:
  1. Open a Windows Command Prompt

  2. Type java -version

  3. A 32 bit version will output something like

    java version "x.x.x_xxx"
    Java(TM) SE Runtime Environment (build x.x.x_xxx)
    Java HotSpot(TM) Client VM (build xx.xx, mixed mode, sharing)
    
  4. A 64 bit version will output the text below _(notice the 64-bit explicitely written)_

    java version "x.x.x_xxx"
    Java(TM) SE Runtime Environment (build x.x.x_xxx)
    Java HotSpot(TM) 64-Bit Server VM (build xx.xx, mixed mode)