Good day! There was a problem with writing a script for executing a java program on a cluster. I have a project in eclipse, I make jar from it. Here is an example script that wrote (does not work):
#!/bin/sh /home/m/test/Test4.jar
In addition, the project also has third-party libraries, which I do not know how to include in the script ..