|
If you're using Bash:
# export PATH=$PATH:/my/path/to/my/javasdk/bin
If you don't want to type that every time you log in, open the file ~/.bash_profile in your text editor and add ":/my/path/to/my/javasdk/bin" to the export PATH command, which you find in that file.
HTH
|