Skip to content

Workaround for compilation failure and other Java versions #229

@MatrixEditor

Description

@MatrixEditor

In case you are stuck with compilation/build errors you can try to use ysoserial-all.jar from the releases page in a docker container. (just a dirty workaround you possibly already knew) Use the recommended fix in #203 if you don't want to use docker.

Dockerfile

FROM openjdk:8-jdk-alpine
WORKDIR /app
COPY ./ysoserial-all.jar .
ENTRYPOINT ["java", "-jar", "ysoserial-all.jar"]
  1. Build image
docker build -t ysoserial .
  1. Run container
docker run --rm ysoserial [Command]

Workaround for #228

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