Files
i2p.i2p/installer/resources
kytv 2362862f31 eepget: If java binary is not found, try to determine where java.exe is located.
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.
2012-11-09 23:53:02 +00:00
..
2012-04-19 23:25:32 +00:00
2012-01-31 14:03:20 +00:00
2010-05-06 03:59:23 +00:00
2012-10-30 13:18:54 +00:00
2012-10-11 22:48:06 +00:00
2011-06-23 10:18:19 +00:00
2012-09-26 19:57:37 +00:00
2012-01-14 22:20:39 +00:00
2012-05-05 16:00:37 +00:00
2012-10-10 23:31:07 +00:00
2012-10-18 22:37:50 +00:00
2012-08-31 14:47:14 +00:00
2011-09-10 15:50:49 +00:00
2011-08-22 19:09:09 +00:00