Thanks for the response; I had actually tried that as well, but neglected to put that in my initial post. I tried a path to a specific jar as well as a directory, and neither one worked. (I was actually hoping to specify both a jar *and* a directory, but I'll be happy if I can get just one of those ...
I'm packaging a relatively simple Java application in a "Per-machine" configuration on Windows 7. The classpath is straightforward, but I need user-specific directories/jars (i.e. path is dependent on who is logged in) added to the classpath as well. The files/directories would be relative to ...