Can we install two versions of Java JDK in windows
6
I have created an executable jar developed on java version 8.Jar was opening on double click. But as the oracle apps support only Java 6, I had to install JRE6 but then after JRE6 installation, my executable jar is not opening. I have set the JDK 8 bin path in Path environment variables. Please suggest a solution for this problem. Why is the jar not opening after two JAVA versions in the system? JAR should open even if two versions 6 and 8 of java are installed in the system.
java
share | improve this question
edited 44 mins ago
Mr. Semicolon
615 1 4 22
...