   Epsilon module: GEOTHER 1.1

- The Java programs for GEOTHER may be compiled, for example, by jdk117_v3,
  jdk1.3.1_02, or j2sdk1.4.0. The included Java classes were produced by 
  jdk117_v3. You may recompile the programs using another Java compiler. 
  To do so, modify the path for the Java compiler in Makefile, and then 
  recompile the Java programs by doing 

  > make 

  (or gmake) under Unix/Linux.

- You may specify which java to be used to execute the Java classes by
  adding the following line to your Maple initialization file .mapleinit 
  or maple.ini:

  java_path := proc() `your_java_path` end:

  (e.g., java_path := proc() `/usr/local/wang/bin/` end:).
