================================================================================
GetRight for Java (application version)                     v1.0  (Dec 18, 1997)
  Copyright (c) 1997 Headlight Software.
  All Rights Reserved.
================================================================================
About:
--------------------------------------------------------------------------------
  This is a set of Java applications that allow you to download files from the 
  Internet.  One of the main advantages of this application is that it allows 
  graceful error recovery and download resuming.  GetRight will allow you to
  resume a download if it has been disconnected for any reason (from turning 
  off the computer, to having the phone line unplugged, to having someone pick 
  up a telephone extension.)

  GetRight for Java allows you to easily view and resume downloads that you 
  have started.

  This version of GetRight for Java which contains advertising banners may be 
  freely used and freely distributed, provided that the files are not modified 
  in any way.  (Inluding, but not limited to removing the embedded advertising 
  system.)

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
No Advertisements:
  A version of this application that does not contain advertsing banners is 
  available for you to buy at a price of $17.50 US.  This price includes free
  upgrades for the forseeable future (or until some big corporation aquires
  HeadLight Software :)

  If you are interested in such a version, information about all purchasing
  options is listed at:
    http://www.getright.com/buyjava.html
  Or read the REGISTER.TXT file.

================================================================================
Instructions for Installing:
--------------------------------------------------------------------------------
  You should unzip the .ZIP file, restoring the directory structure.
  (If you did not restore the directory structure, just create an "images" 
  directory and move all the .GIF files into that directory.)

================================================================================
Instructions for Running:
--------------------------------------------------------------------------------
Any Operating System:
  You will need a "Java Runtime Environment" (JRE) to run Java programs.

  For some operating systems, this support is already built into the operating
  system (such as OS/2).
  For others you will need to download and install a Java Runtime Environment
  to allow you to run Java programs (such as Windows95/NT).  This comes with 
  the Java Development Kit, or may also be available to install separately.

  For some operating systems (Windows95/NT & Solaris at this time):
    http://java.sun.com/products/jdk/1.1/jre/index.html
  Information about most other operating systems can be found at:
    http://java.sun.com/cgi-bin/java-ports.cgi

  GetRight for Java will run with Java 1.0.2 or higher.

--------------------------------------------------------------------------------
General for running GetRight for Java:
  0) Read and agree to the Software License LICENSE.TXT file.
  1) You may need to put the path to the Java executable files if they are
     not in your path.
  2) You may want to change these from using the JRE program ("user" interpreter)
     to use the JAVA program ("developer" interpreter) or something else.
  3) You may need to add a path to the JRE or JAVA program.
  4) Make sure the CLASSPATH environment variable is correct.
  
--------------------------------------------------------------------------------
Specific for Windows 95/NT:
  Follow the instructions above for installing, then you just need to run one 
  of the included batch files to run the GetRight for Java application.

  GETRIGHT.BAT       will run the main Getright (Download Status) window 
                     where you may view/edit/start downloads.

  SETUP_GETRIGHT.BAT will run the Setup window where you may setup a log file, 
                     proxy server information, and more.

--------------------------------------------------------------------------------
Specific for OS/2:
  Follow the instructions above for installing, then you just need to run one 
  of the included command files to run the GetRight for Java application.

  I have seen messages from several OS/2 users who have had to modify these
  scripts or use different ones in order for GetRight for Java to work.
  Some people have also needed to unzip the .JAR file (JAR files are just 
  renamed ZIP files) and change the CLASSPATH information in these two 
  scripts for them to work.

  GETRIGHT.CMD       will run the main Getright (Download Status) window 
                     where you may view/edit/start downloads.

  SETUP_GETRIGHT.CMD will run the Setup window where you may setup a log file, 
                     proxy server information, and more.

  There are also GETRIGHT2.CMD and SETUP_GETRIGHT2.CMD scripts that are 
  alternate (REXX) scripts to use in case these simple ones do not work.

--------------------------------------------------------------------------------
Generic UNIX:
  Follow the instructions above for installing, then you just need to run one 
  of the included scripts to run the GetRight for Java application.

  (First you have to set them as executable)
  run chmod 755 *.sh

  getright.sh        will run the main Getright (Download Status) window 
                     where you may view/edit/start downloads.

  setup_getright.sh  will run the Setup window where you may setup a log file, 
                     proxy server information, and more.

  getright2.sh       Alternate script
  setup_getright2.sh Alternate script

Possibly Specific for LINUX:
  "I found that for some strange reason, every time I run GetRight,
  the directory images was set unreadable, so none of the images were
  loaded. The workaround was set this directory owned by root, so GetRight
  couldn't modify its permissions." -Marcus Pazu Brito

--------------------------------------------------------------------------------
Specific for <fill in blank>:
  If you write batch files/scripts or have instructions for other operating 
  systems, send them to mjb@headlightsw.com so they can be included.
================================================================================
