Obfuscated Bytecode Classpath Window

Contents:

Overview

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

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).

Path list

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.

"Add" button

Click the "Add" button to open a file dialog. The dialog will allow you to select new paths to add to the path list.

"Remove" button

Removes the selected path from the path list.

"Move Up" button

Moves the selected path upwards within the list. The list order represents the search order. Paths at the top will be searched first.

"Move Down" button

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