Thread
:
How to set my own java compiler in linux
View Single Post
#
2
(
permalink
)
14th July 2008, 11:02 PM
rockdalinux
Is that all you got?
Join Date: May 2005
Location: Planet Vegeta
OS: Redhat
Posts: 823
Thanks: 21
Thanked 37 Times in 32 Posts
Rep Power:
12
Hello,
You are allowed to set your path under any Linux distribution using following syntax:
Code:
export PATH=$PATH:/path/to/new/location echo $PATH
You need to add export command to .bashrc or .bash_profile
__________________
Rocky Jr.
What's wrong? I hope I am not making you uncomfortable...
Never send a boy to do a mans job.
rockdalinux
View Public Profile
Send a private message to rockdalinux
Find all posts by rockdalinux