Skip to content

Opening a class in nested JARs doesn't decompile the file #6

@Noricc

Description

@Noricc

I'm looking at the JAR of the Dacapo benchmarks. I want to check the bytecode of one of the classes of one of the benchmarks, called fop.

When I open a .class file in a JAR file, it works. However, My JAR file contains a directory in which other JAR files are stored (in a jar/ directory). Opening the nested jar files works (I can see the classes and look at them in fundamental mode), but with the plugin, I get the message : Error: class not found: org.apache.fop.fonts.substitute.FontSubstitutions.

Can I look at the generated javap command, to see what the problem is?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions