Obfuscated Bytecode Classpath Window
Contents:
This dialog sets the Stack Trace Translate classpath which is used by the tool at the time of analyzing your obfuscated bytecode.
The Stack Trace Translate tool searches the classpath for any classes that appear in the stack trace.
Note that for every class that appears in the stack trace being translated, the Stack Trace Translate tool must be able to find and analyze
- the class
- any class that is directly or indirectly extended or implemented by the class
- any class accessed by the class.
So as well as including the path to your obfuscated bytecode, the classpath must also include any support class libraries that your bytecode needs in order to run.
It must also include the Java bootstrap classes (eg. java.lang.Object).
The list of paths that make up the current classpath. It must include a path to your supporting class libraries and the Java bootstrap classes.
Click the "Add" button to open a file dialog. The dialog will allow you to select new paths to add to the path list.
Removes the selected path from the path list.
Moves the selected path upwards within the list. The list order represents the search order. Paths at the top will be searched first.
Moves the selected path downwards within the list. The list order represents the search order. Paths at the bottom will be searched last.
© 2019 Zelix Pty Ltd