Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bartekpacia/fernflower-demo

sample project to test fernflower decompiler output
https://github.com/bartekpacia/fernflower-demo

Last synced: 22 days ago
JSON representation

sample project to test fernflower decompiler output

Awesome Lists containing this project

README

        

### compile

```
javac -d build src/main/com/example/Main.java
```

### see compiled bytecode

```
javap build.com.example.Main
```

to see more:

```
javap -v -c build.com.example.Main
```