📜  使用不同的 jre 运行 jar 文件 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:03.090000             🧑  作者: Mango

代码示例1
First, go to the location of the java installation file. By default, this is:
C:\Program Files\Java\...
Open the folder of the java version you want and go to the bin folder.
Copy the directory your at then go to your command line. 
Syntax: (%PATH% is path you copied):
"%PATH%/java.exe" [javaArgs] [filePath] [yourCodeArgs]