It may happen that the bank does not accept JAVA_HOME or PATH variables that can be set in environment variables. In this case, you can install it manually in cmd. GOTO Run-> cmd. Then go to the folder where you placed your jar
C:\Users\User\Downloads>set JAVA_HOME=C:\Program Files\...\jdk1.8.0_112
C:\Users\User\Downloads>set PATH=C:\Program Files\...\jdk1.8.0_112\bin;%PATH% and then you can continue to execute the jar,
C:\Users\User\Downloads>java -jar wls_121200.jar
It worked for me! Hope it helps. Thanks.
source share