I would like to make a custom command, which can invoke my java class. I am not sure how to proceed with it.
I don't want to use java < classname> instead I want to create a custom command say mycmd which would run the java class.
I would like to make a custom command, which can invoke my java class. I am not sure how to proceed with it.
I don't want to use java < classname> instead I want to create a custom command say mycmd which would run the java class.