a shortcut to run Eclipse on Ubuntu Unity and to register Eclipse with the left Launcher
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Select new launch configuration | |
2. use /usr/bin/nohup for location | |
3. leave the working directory empty | |
4. for argument enter: | |
gnome-terminal --working-directory=${resource_loc} | |
5. Save and then you are able to run it while having different locations selected in package explorer: this will open the terminal in the corresponding directories |