|
Manual
Installation
Follow the three easy steps to
install and run the application:
1.
Install Java
2.
Download the Jar File
3. Run
the Application
Install
Java:
Times & Tasks uses the
Java Runtime Environment version 1.3 (or later.) If you do not have Java 1.3 (or
later) installed on your computer, you can obtain a free copy of
the JRE at the following Sun Microsystems locations:
Check the availability
of the Java platform for the other operating system platforms at the same
website.
In the Microsoft Windows
platform, to find out if you have the Java 1.3 environment installed
on your computer, first open the Start menu, then select the Programs menu item, then
select the Command Prompt menu item. In the Command Prompt window, type and
execute:
java -version
In the output, you
should see "java version 1.3...."
Download the Jar
File
Choose the directory you want
to install the application in and download the application jar file
tt.jar in to the directory.
Run the Application
In the Microsoft
Windows platform, the application can be executed simply by double clicking on the
jar filename. A shortcut can also be created and placed on the Desktop.
To run the application at command line
(such as the Windows Command Prompt, or Unix shell) execute the following
command:
java -jar timebuddy.jar
(The full directory
pathname should be given for the timebuddy.jar file.)
The main class name is
TimeBuddy
If the program cannot be executed with the -jar argument, an alternate way of
executing the program is:
java -cp
timebuddy.jar TimeBuddy
(The full directory
pathname should be given for the timebuddy.jar file.)
|