I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Nov 16, 2012
  2. Nov 14, 2012
  3. Nov 13, 2012
  4. Nov 09, 2012
    • kytv's avatar
      eepget: If java binary is not found, try to determine where java.exe is located. · 2362862f
      kytv authored
      In my testing:
      32 bit Windows (and, of course, 32 bit JRE) = Java added to the PATH
      64 bit Windows and 64 bit JRE = Java added to the PATH
      64 bit Windows and 32 bit JRE = Java *not* added to the PATH.
      
      So...with this check-in:
      
      - If the environment variable JAVA is set in the script, we'll use that
        manually specified Java. We will not look in the registry, but we'll check to
        make sure that the binary exists.
      - If Java is found in the system path, we'll use it instead. We will not look in the
        registry.
      - If the variable is not set manually and Java is not in the system path we'll
        look in the registry to find the java binary.
      
      I've tested this in Windows XP, Vista, and 7 but it should work in any supported version
      of Windows.
      2362862f
  5. Nov 07, 2012
  6. Nov 06, 2012
  7. Nov 05, 2012
  8. Nov 04, 2012
  9. Nov 02, 2012
  10. Oct 31, 2012
Loading