Skip to content

Commit 4dcff97

Browse files
author
Sunny Jiao
committed
modify jdk 1.8 to jdk 8
1 parent 638ce4e commit 4dcff97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Make sure you operate on `Linux` or `MacOS` operating systems, other operating s
6767
## Architecture
6868

6969
### x86_64
70-
64-bit version of `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet.
70+
64-bit version of `Oracle JDK 8` to be installed, other JDK versions are not supported yet.
7171

7272
### ARM64
7373
64-bit version of `JDK 17` to be installed, other JDK versions are not supported yet.
@@ -163,7 +163,7 @@ Fill in the private key of a super representative address into the `localwitness
163163

164164
then run the following command to start the node:
165165

166-
### x86_64 JDK 1.8
166+
### x86_64 JDK 8
167167
```bash
168168
$ nohup java -Xms9G -Xmx12G -XX:ReservedCodeCacheSize=256m \
169169
-XX:MetaspaceSize=256m -XX:MaxMetaspaceSize=512m \
@@ -190,7 +190,7 @@ $ nohup java -Xms9G -Xmx9G -XX:+UseZGC \
190190

191191
## Quick Start Tool
192192

193-
### x86_64 JDK 1.8
193+
### x86_64 JDK 8
194194
An easier way to build and run java-tron is to use `start.sh`. `start.sh` is a quick start script written in the Shell language. You can use it to build and run java-tron quickly and easily.
195195

196196
Here are some common use cases of the scripting tool

0 commit comments

Comments
 (0)