When we are developing using java we need to set path in our environment. Not only for this some other applications will also need the path to be set manually. There are 2 ways of setting path permenently in Debian GNU linux.
1. Setting path using \etc\env file.
First of all we need to find the current path for normal users and root users.
using shell we can find it as
echo $PATH
then copy the path and past it to the 'env' file in the \etc folder. (Here you need Root privileges)
Then append the path for your java installation .
I'll post an example sooner for this.
No comments:
Post a Comment