Skip to content

Commit d942baf

Browse files
authored
Merge pull request #339 from WendySanarwanto/develop
Added info under `Prepared dependencies` section, to suggest Linux Ubuntu's users, using Oracle JDK 8, instead of OpenJDK 8, to avoid error build
2 parents e7786c0 + 2ab8f4c commit d942baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ git clone https://github.com/tronprotocol/java-tron.git
7474
## Prepare dependencies
7575

7676
* JDK 1.8 (JDK 1.9+ are not supported yet)
77+
* 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.
7778

7879
## Building from source code
7980

0 commit comments

Comments
 (0)