Versions Compared

Key

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

...

The above just creates a directory called Programs in your Home and moves the 'eclipse' folder and its contents to this new location.

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

 

Enter the following into the file:

 

Code Block
languagenone
title/usr/bin/eclipse
 
Code Block
languagebash
# ln -s /usr/bin/eclipse /bin/eclipse
# vi /usr/share/applications/eclipse.desktop
 

 

Enter the following into the file:

Code Block
languagenone
title/usr/share/applications/eclipse.desktop
 

 

 

Type the following:

./eclipse -configuration  <home directory location>

...