I have this problem. I can access the javac program while on the root user account (did a 'su - '), but I need all users of the computer to be able to use it. They can currently use the ‘java’ command but that was expected.
Also, is there some way to access the root account at the login screen.
Is there any way to do this?
Thanks in advance for any help you can offer,
mintsmike
I’m not familiar with the application or it’s use. But as a user you can use ‘su’. But whatever you do, don’t even consider root login! SDB:Login as root - openSUSE
> I have this problem. I can access the javac program while on the root
> user account (did a 'su - '), but I need all users of the computer to be
> able to use it. They can currently use the ‘java’ command but that was
> expected.
>
> Also, is there some way to access the root account at the login
> screen.
>
> Is there any way to do this?
“sudo” (man sudo) should help.
Just setup and configure it to allow users running javac
>
>Hello people:
>
>I am new to this forum so please be gentle :)!
>
>I have this problem. I can access the javac program while on the root
>user account (did a 'su - '), but I need all users of the computer to be
>able to use it. They can currently use the ‘java’ command but that was
>expected.
>
>Also, is there some way to access the root account at the login
>screen.
>
>Is there any way to do this?
>
>Thanks in advance for any help you can offer,
>mintsmike
Sometimes an application needs to be installed for each user. Example;
wine works best on a per user basis.