jepsen-io / maelstrom

A workbench for writing toy implementations of distributed systems.
Eclipse Public License 1.0
3.05k stars 189 forks source link

Error: Unable to access jarfile lib/maelstrom.jar #48

Closed Ederene20 closed 1 year ago

Ederene20 commented 1 year ago

Hello, I hope you are doing well. I just started the Gossip Glomers Echo Challenge, but I am running into an error. I have installed Maelstrom and its prerequisites but when I hit the command ./maelstrom test -w echo --bin ~/go/bin/maelstrom-echo --node-count 1 --time-limit 10, I get the following error Error: Unable to access jarfile lib/maelstrom.jar

Screenshot: Screenshot from 2023-02-28 13-35-01

aphyr commented 1 year ago

It looks like you downloaded the source, not the release tarball. You can build the project from source too, if you like: it's a standard lein project.

Ederene20 commented 1 year ago

It looks like you downloaded the source, not the release tarball. You can build the project from source too, if you like: it's a standard lein project.On Feb 28, 2023 07:47, "Ruben Atinho H." @.> wrote: Hello, I hope you are doing well. I just started the Gossip Glomers Echo Challenge, but I am running into an error. I have installed Maelstrom and its prerequisites but when I hit the command ./maelstrom test -w echo --bin ~/go/bin/maelstrom-echo --node-count 1 --time-limit 10, I get the following error Error: Unable to access jarfile lib/maelstrom.jar Screenshot: —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you very much @aphyr. Everything looks good now!