How to install the software for root users on ubuntu that can be used by other non-root users?

clipboard.png

rootjava

clipboard.png

there is no java under non-root

Aug.21,2021

Grant rights to other users, for example:

sudo chmod -R 755 java
sudo chown -R [username] java
Menu