LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can a user access JBuilder9 installed as a root? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-a-user-access-jbuilder9-installed-as-a-root-118983/)

CruelEssence 11-22-2003 05:24 PM

How can a user access JBuilder9 installed as a root?
 
Hi! I've installed JBuilder 9 as a root on my RedHat 9 platform(in /usr/local/javaApp directory). I can access it as a root but as a user I cannot find the JBuilder 9 icon on my desktop. Can anyone please tell me how to access JB9 as a regular user?

Thanks.
---CR

xode 11-22-2003 10:53 PM

Assuming that your RH9 is similar to my Mandrake 9.0, probably, the easiest thing would be for you to copy the shortcut from root's desktop to your user's desktop. Open a terminal window, su to root, and do

cp /root/Desktop/<Javaapp shortcut> /home/<user>/Desktop/<Javaapp shortcut>

chown <user>:<user's group> /home/<user>/Desktop/<Javaapp shortcut>

CruelEssence 11-23-2003 09:14 AM

Thanks.
 
Yeah, it worked like a charm. Thanks for ur help.

--CR

xode 11-23-2003 12:22 PM

You're welcome, and it is good to know where similarities between the various distributions exist.


All times are GMT -5. The time now is 05:12 AM.