I have 2 applications. Application A is a sequenced package of the application and Java v10 all in one package.
The other application that I have (application B) is a web-based application that requires Java v15.
The issue that I am seeing when testing is because of the file association rule, when I install Java v15 locally on the users desktops application A does not work correctly because it no longer has the file association to Java v10. If I uninstall the app and re-install it, application A works perfectly but application B no longer functions the right way because it's trying to use Java v10 instead of 15.
Basically what I want to do, or know, is if I can isolate application A to specifically only use Java v10 when launched regardless of what other version of Java might be installed on the desktop, or when it was installed.
The other issue I have is that both applications are used by alot of different users so they cross several AD groups.
Can this isolation be done?