Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/totalo/openjdk
source from openjdk 8
https://github.com/totalo/openjdk
Last synced: 6 days ago
JSON representation
source from openjdk 8
- Host: GitHub
- URL: https://github.com/totalo/openjdk
- Owner: totalo
- Created: 2022-04-29T13:05:45.000Z (over 2 years ago)
- Default Branch: openjdk-8
- Last Pushed: 2022-05-21T09:11:53.000Z (over 2 years ago)
- Last Synced: 2024-10-17T04:19:52.983Z (20 days ago)
- Language: Java
- Size: 39.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### jdk source read (base on openjdk1.8)
#### User Guide
1、Copy the src.zip file in the jdk environment to the source file
![step 1](store/1.png)
2、Add the lib of the corresponding directory to the sdk
![step 2](store/2.png)
3、Happy to debugging
![step 3](store/3.png)
#### On the step:
1、java.lang
2、java.util
3、java.util.concurrent
4、java.io
5、java.nio
6、java.lang.annotation
7、java.lang.reflect
8、java.util.function +java.util.stream
9、java.time
10、java.math
11、java.net
#### One more things:
1、rm `com.sun` and `sun` package, Compilation may fail due to missing dependencies.