Skip to content

No support for .war files or single .class files #24

@floyd-fuh

Description

@floyd-fuh

First of all: Nice one, I like the tool.

I'm actually using this as one option for Java decompilation in https://github.com/floyd-fuh/crass

It seems the tool does not support .war files, although it's exactly the same as a .jar file and JD-GUI supports it too. As soon as I rename the .war file to .jar, everything works fine.

Additionally it would be very nice if this tool would support single class files.

How about if it would just check for the file extension of the input file and compare it to .class and if it's not .class it would treat it as a .jar file? Or a command line option would be fine as well.

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