Hey all, I spend most of my time doing web development, and rarely write standalone Java applications. A recent project had me put one together, and I'm banging my head against the wall with (what I believe are) Class-Path issues now. The program I'm attempting to run has been packaged into a .jar. I'm using Maven to build it. There are ...