-
Notifications
You must be signed in to change notification settings - Fork 261
Feat: change in v4.8.1 of arch(include jdk/database) #519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,16 +4,17 @@ To simplify the Java development process and improve efficiency, selecting and c | |
|
|
||
| java-tron nodes support deployment on `Linux` or `MacOS` operating systems. The JDK version requirements are as follows: | ||
|
|
||
| - **General Requirement**: **Oracle JDK 1.8** | ||
| - **For `v4.8.1` and later**: Support is also provided for JDK 17 on the ARM architecture | ||
| - On x86 architecture, currently only Oracle JDK 8 is supported. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Line 7-8 |
||
| - On ARM architecture, currently only JDK 17 is supported. | ||
|
|
||
| The following configuration uses x86 architecture and Oracle JDK 8 as an example. | ||
|
|
||
| ## Prerequisites | ||
|
|
||
| Before you begin, please ensure your development environment meets the following requirements: | ||
|
|
||
| - Operating System: `Linux` or `MacOS` | ||
| - Oracle JDK 1.8 is installed | ||
| - Oracle JDK 8 is installed | ||
| - `git` is installed | ||
| - [IntelliJ IDEA](https://www.jetbrains.com/idea/download/) is installed | ||
|
|
||
|
|
@@ -40,7 +41,7 @@ To ensure Lombok's annotations work correctly, you must enable the annotation pr | |
|
|
||
| ### Step 3: Verify and Unify the JDK Version | ||
|
|
||
| To ensure the project compiles and runs correctly, you must set the JDK version to Oracle JDK 1.8 in two key locations within IntelliJ IDEA. | ||
| To ensure the project compiles and runs correctly, you must set the JDK version to Oracle JDK 8 in two key locations within IntelliJ IDEA. | ||
|
|
||
|
|
||
| #### 1. Configure Project SDK | ||
|
|
@@ -59,7 +60,7 @@ This is the JDK used to execute Gradle build tasks (e.g., build, clean). | |
|
|
||
|  | ||
|
|
||
| > **Important Note**: The **Project SDK** and **Gradle JVM** settings must match and both be set to Oracle JDK 1.8. Otherwise, you may encounter unexpected errors during the build process. | ||
| > **Important Note**: The **Project SDK** and **Gradle JVM** settings must match and both be set to Oracle JDK 8. Otherwise, you may encounter unexpected errors during the build process. | ||
|
|
||
|
|
||
| ## Getting and Compiling the Source Code | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,10 @@ | |
|
|
||
| This document guides developers on how to deploy a TRON java-tron node on `Linux` or `macOS` operating systems. | ||
|
|
||
| **Important Note:** The java-tron node currently requires **Oracle JDK 1.8**. Other JDK versions are not supported. | ||
| Currently, a java-tron node supports running on both x86 and ARM architectures(Support for the ARM architecture starts from version 4.8.1). JDK support varies by architecture: | ||
|
|
||
| - On x86 architecture, currently only Oracle JDK 8 is supported. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Line 7-8 |
||
| - On ARM architecture, currently only JDK 17 is supported. | ||
|
|
||
|
|
||
| ## Hardware Configuration Requirements | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use Oracle JDK 8 on x86 architecture and JDK 17 on ARM architecture. >Please use Oracle JDK 8 "for" x86 architecture and JDK 17 "for" ARM architecture.