From 2ab8f4c8331696b762525afd7ef2dfe04873f927 Mon Sep 17 00:00:00 2001 From: WendySanarwanto Date: Sat, 31 Mar 2018 16:13:38 +0800 Subject: [PATCH] Added info under `Prepared dependencies` to suggest Linux Ubuntu's users, using Oracle JDK 8, instead of OpenJDK 8, to avoid error build. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f52410fd799..abbfa1a23a0 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ git clone https://github.com/tronprotocol/java-tron.git ## Prepare dependencies * JDK 1.8 (JDK 1.9+ are not supported yet) +* On Linux Ubuntu system (e.g. Ubuntu 16.04.4 LTS), ensure that the machine has [__Oracle JDK 8__](https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04), instead of having __Open JDK 8__ in the system. If you are building the source code by using __Open JDK 8__, you will get [__Build Failed__](https://github.com/tronprotocol/java-tron/issues/337) result. ## Building from source code