I start Eclipse from Bash command line (in Terminal.app) to make sure it reads all Bash Enviroment settings.
function eclipse () {
nohup bash -ic /Eclipse_Luna_4_4/Eclipse.app/Contents/MacOS/eclipse &
echo "disown PID -- prevent eclipse from closing when you close Terminal"
}
No comments:
Post a Comment