in reply to Re^2: CLASSPATH problem when using backticks
in thread CLASSPATH problem when using backticks

the actual issue was in one of the command line parameters which also had a space in it.

We know. That's what all the solutions we provided addressed. Adding quotes is actually a rather poor solution. The solutions provided go beyond adding quotes and avoid the need for quoting and escaping completely. That's much safer and reliable.

  • Comment on Re^3: CLASSPATH problem when using backticks