according to Visual Studio Copilot I'm doing everything right, but I keep getting the following error
'''jar : The term 'jar' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
+ jar cfm ArsenalRandomizer.jar manifest.txt Main.class lib/gson-2.11.0 ...
+ ~~~
+ CategoryInfo : ObjectNotFound: (jar:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException'''