Skip to content

"NoClassDefFoundError" issues #2

@skylot

Description

@skylot

Current version (1.1.1) can sometimes throw NoClassDefFoundError error.
These errors can appear both in logs or in exception report popup window.

Root cause is a not correct plugin classloader isolation, so depending on class initialization order, class can be loaded by plugin classloader and not found if accessed from app classloader.

Fix still in work and not ready.

Workaround

On such error try to reload jadx (toolbar button, F5 keybing or File -> Reload files).
After that error may not appear because it depends on order of interactions with UI.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions