Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The value returned back in my case is "/home/developer".  In your case it would be "home/<username>". In the next step, ECLIPSE_HOME will be "HOME/Programs/eclipse". 

Now we need to make it convenient to execute Eclipse.

Code Block
languagebash
$ su
$ touch /usr/bin/eclipse
$ chmod 755 /usr/bin/eclipse
$ vi /usr/bin/eclipse

In the next step, ECLIPSE_HOME will be "HOME/Programs/eclipse".

Enter the following into the file:

...