-
Notifications
You must be signed in to change notification settings - Fork 20
Separation of JDK from users home directory #217
Copy link
Copy link
Closed
Labels
Description
As noted for the UAT session we were running: On windows, only the user that installed the application is able to run it successfully, even though it was installed into Program Files indicating the intent that it is a system application.
This is because we extract the Java Runtime into the $HOME (or windows equivalent) of the user running the installer.
This also leads to the situation where because the installer requires administrative rights, non-admin users cannot run the application after installation.
Reactions are currently unavailable