Hi Peter,
This helps, thank you.
I also found a way to get the full command-line that Eclipse uses to run a
class. (I believe Tim Miller discovered this a while ago too, but I had to
re-discover this now).
http://stackoverflow.com/questions/2276219/can-i-run-from-command-line-program-created-b
Hi Dima
Personally I hate Maven because of how it obscures classpaths and
dependencies (even though it purports to make that easier). My use case
is a little different than yours, but when I launch a little pipeline from
the command line, it looks as simple as this:
Cd into the top of my applic