With that, I got rid of the "Segmentation fault" mistake, but oddly, the server is giving me java usage error, saying I'm not using some of options correctly and returns a code 1.
command = ["java", "-Xss512k", "-Xmx64m", "-XX:CompressedClassSpaceSize=32m", "-Xrs", "-XX:ActiveProcessorCount=1", "-jar", "Mars4_5.jar","nc", "test.asm"]
Admin notified me that the server is using jdk 11, so I asked the admin to run this command on the server and it worked. So, I'm still foggy about the problem here. I attached the Mars4_5.jar file to the "Support files" section, I rechecked and rewrote the command, but still.
command = ["java", "-Xss512k", "-Xmx64m", "-XX:CompressedClassSpaceSize=32m", "-Xrs", "-XX:ActiveProcessorCount=1", "-jar", "Mars4_5.jar","nc", "test.asm"]
Admin notified me that the server is using jdk 11, so I asked the admin to run this command on the server and it worked. So, I'm still foggy about the problem here. I attached the Mars4_5.jar file to the "Support files" section, I rechecked and rewrote the command, but still.