ThinkingRock (Version 1.2.3)
ThinkingRock is a pure Java application and should run on any platform where there
is a Java Runtime Environment (JRE) version 1.5 or later.
It has been tested on Linux (Fedora 4), Mac OS X (10.4.7) and Windows (XP).
Windows Upgrade
Backup your data file. The data file is normally named thinking-rock.xml in your user home folder.
Then follow the Installation instructions.
Windows Installation
- If you do not have a recent Java Runtime Environment (JRE 1.5 or later is required) 1
then click on this image to install it.
- Download the ThinkingRock installer for Windows from http://www.thinkingrock.com.au/
-
Run the installation and follow the instructions.
Note 1
To check whether your system has JRE version 1.5 (or later) installed, you can do the
following:
- Run the Command Prompt program:
[Start menu] -> [All Programs] -> [Accessories] -> [Command Prompt]
- Type the following and press the Enter key:
java -version
- The java program should output its version number, e.g.,
java version "1.5.0"
...