Extract jar files using a repls terminal

can I decompile/extract a .jar file using a repls terminal? if so, how do I, I can’t use software or my own laptops terminal because I am using a school chromebook and don’t have any other device

try

jar xvf <filename>.jar
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.