How to unpack .jar: Difference between revisions
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 16:06, 15 December 2021
jar xf TicTacToe.jar
Be careful, as this will clutter your current directory. You probably want to make a clean directory and cd
into that first.