How to set the classpath to the current directory and also run the jar file named load.jar present in the current directory by providing the argument as load=2 from a linux command line.
I did try to run the jar as follows but its executing classes from some other directory.
java -cp ./load.jar:$CLASSPATH load.Start load=2