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=
sudo -sH java -jar filename.jar
Keep in mind to never run executable file in as root.