Ubuntu shell eclipse loader.


/ Published in: Bash
Save to your folder(s)

Startup eclipse code.

sudo touch /usr/bin/eclipse
sudo chmod 755 /usr/bin/eclipse
sudoedit /usr/bin/eclipse


Copy this code and paste it in your HTML
  1. #!/bin/sh
  2. #export MOZILLA_FIVE_HOME="/usr/lib/mozilla/"
  3. export ECLIPSE_HOME="/opt/eclipse"
  4.  
  5. $ECLIPSE_HOME/eclipse $*

URL: http://flurdy.com/docs/eclipse/install.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.