summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorBeluga Behr <dam6923@gmail.com>2018-12-30 22:10:00 -0500
committerJames E. King III <jking@apache.org>2019-01-02 19:20:56 -0500
commit99f673a767104a037e24eb10e1f3341e0ab428f4 (patch)
treedd395cec4e473649d388b3817755204bd80c75a3 /doc/install
parenta3a7c6c7890b742379db5691f000fb242469af0e (diff)
downloadthrift-99f673a767104a037e24eb10e1f3341e0ab428f4.tar.gz
THRIFT-4694: Upgrade Java to Java 1.8
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/README.md2
-rw-r--r--doc/install/debian.md2
-rw-r--r--doc/install/windows.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/README.md b/doc/install/README.md
index e37f4ff0f..22231cd67 100644
--- a/doc/install/README.md
+++ b/doc/install/README.md
@@ -27,7 +27,7 @@ These are only required if you choose to build the libraries for the given langu
* libevent (optional, to build the nonblocking server)
* zlib (optional)
* Java
- * Java 1.7
+ * Java 1.8
* Apache Ant
* C#: Mono 1.2.4 (and pkg-config to detect it) or Visual Studio 2005+
* Python 2.6 (including header files for extension modules)
diff --git a/doc/install/debian.md b/doc/install/debian.md
index 83090ab33..84f696ea2 100644
--- a/doc/install/debian.md
+++ b/doc/install/debian.md
@@ -19,7 +19,7 @@ If you would like to build Apache Thrift libraries for other programming languag
* Java
* packages: ant
- * You will also need Java JDK v1.7 or higher. Type **javac** to see a list of available packages, pick the one you prefer and **apt-get install** it (e.g. default-jdk).
+ * You will also need Java JDK v1.8 or higher. Type **javac** to see a list of available packages, pick the one you prefer and **apt-get install** it (e.g. default-jdk).
* Ruby
* ruby-full ruby-dev ruby-rspec rake rubygems bundler
* Python
diff --git a/doc/install/windows.md b/doc/install/windows.md
index 7b09840be..8618934f8 100644
--- a/doc/install/windows.md
+++ b/doc/install/windows.md
@@ -145,7 +145,7 @@ Run bootstrap.sh:
Make sure you have java in your $PATH variable, if not do(adjust path if necessary):
- export PATH=$PATH:"/cygdrive/c/program files/java/jre1.6.0_05/bin"
+ export PATH=$PATH:"/cygdrive/c/program files/java/jre1.8.0_191/bin"
Run configure - using CXXFLAGS to work around an issue with an old pthreads define (untested on MinGW - works on Cygwin):