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.
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 Filesindicating 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.