I need run two Java applications simultaneously but each one use requires different Java version. My default Java is 1.8, but I need to run one of the applications with version 1.6. Is there a way of config the two versions simultaneously?
The applications are:
- Oracle JDeveloper 12.2.1.2.0 (JDK 1.8)
- Oracle JDeveloper 11.1.1.6.0 (JDK 1.6)
Thanks