Created
October 24, 2012 05:54
-
-
Save laszlomiklosik/3944286 to your computer and use it in GitHub Desktop.
Launch linux terminal from Eclipse
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment