Hi! Thanks for responding, a little update, while recreating the process to write it down, I realized there was a pure Linux JRE rather than the Linux-AArch JRE, and it allows me sucessfully to run the app from the terminal, however the .sh issue still remains, anyways, here is what I did:
I first downloaded the Ship Editor from the forum, unpacking it to the desktop.
After reading the README.txt, I downloaded the linux_x64(previously the inux-aarrch version, whuch did not allow the app to run) version of jdk21.0.2, and promptly unpacked the folder into the Ship Editor folder, renaming it "jre".
After making the .sh file executable, I encountered my first problem, executing the .sh file gives me the error: "execvp: no such file or directory."
I also tried running the exe with wine but is simply said that "this application requires a Java Runtime Environment 21"
Lastly, I tried simply running the code at the end of the .sh after opening the terminal in the Ship Editor folder, with the linux version of the JRE, it actually ran, but when I had tried the linux-aarch version, I got:
"bash: jre/bin/java: cannot execute binary file: Exec format error"
Hope this helps.