Basically the problem is that the jar file that your StartScript.sh is telling Java to open simply doesn't exist. Before, it had an absolute path which was pointing to the wrong folder. By specifying a relative path, which is just the file name by itself, it will now work but only if you change...