Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

run jar file with different jre

First, go to the location of the java installation file. By default, this is:
C:Program FilesJava...
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]
 
PREVIOUS NEXT
Tagged: #run #jar #file #jre
ADD COMMENT
Topic
Name
2+6 =