decompile-from-path
Decompile a Java .class file from its absolute path to obtain readable source code, enabling inspection of Java bytecode.
Instructions
Decompiles a Java .class file from a given file path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| classFilePath | Yes | The absolute path to the .class file |