How to unpack .jar

From razwiki
Revision as of 16:06, 15 December 2021 by Razzi (talk | contribs) (Created page with " jar xf TicTacToe.jar <ref>https://docs.oracle.com/javase/tutorial/deployment/jar/unpack.html</ref> Be careful, as this will clutter your current directory. You probably wan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
jar xf TicTacToe.jar

[1]

Be careful, as this will clutter your current directory. You probably want to make a clean directory and cd into that first.