May sound kinda silly but I was being temporarily stupid and not remembering how to run a Java program from command line when it relied on several jars to bring in all the necessary code.

java -cp first.jar:second.jar:third.jar TheMethodYouWantToCall

That’s how to do it.  Thus, if I forget again, I can look this up and not spend forever trying to remember.