You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/tutorials/katacoda/arthas-advanced-en/jad.md

9 lines
265 B
Markdown

The user can decompile the code with the `jad` command:
`jad com.example.demo.arthas.user.UserController`{{execute T2}}
The `--source-only` option can only print out the source code:
`jad --source-only com.example.demo.arthas.user.UserController`{{execute T2}}