标签: java linux bash
如何在Ubuntu中运行Jar文件以通过Openj9进行测试? 最好使用.sh脚本
答案 0 :(得分:2)
您可以使用如下脚本:
#!/bin/bash your_path_to_open_jdk_9/bin/java -jar yourJar.jar