Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xfy9326/openjdk_classfile
OpenJDK ClassFile
https://github.com/xfy9326/openjdk_classfile
classfile java openjdk
Last synced: about 2 months ago
JSON representation
OpenJDK ClassFile
- Host: GitHub
- URL: https://github.com/xfy9326/openjdk_classfile
- Owner: XFY9326
- Created: 2023-08-10T14:58:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-09T10:49:03.000Z (10 months ago)
- Last Synced: 2024-10-13T04:21:08.234Z (3 months ago)
- Topics: classfile, java, openjdk
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenJDK ClassFile
Extract from [OpenJDK](https://github.com/openjdk/jdk.git)
All original files come from `src/jdk.jdeps/share/classes/com/sun/tools/classfile/`
## Usage
Sync source code
```bash
sh sync.sh
```Build jar (Require JDK)
```bash
sh build.sh
```