Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```