Case 1:
java -cp LRS3rdPartyClient.jar -jar tasks.jar
Case 2:
java -classpath LRS3rdPartyClient.jar;tasks.jar com.lombardrisk.build.WaitForServerStart
Case 1
does not execute, because a class, which resides in LRS3rdPartyClient.jar
cannot be found, whereas the Case 2
executes properly.
I'am quite confused.