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=
load.jar
load=
For example to execute from terminal (Ubuntu Linux) or even (Windows console) a java file called filex.jar use this command:
java -jar filex.jar
The file will execute in terminal.