Skip to content

Instantly share code, notes, and snippets.

@laszlomiklosik
Created October 24, 2012 05:54
Show Gist options
  • Save laszlomiklosik/3944286 to your computer and use it in GitHub Desktop.
Save laszlomiklosik/3944286 to your computer and use it in GitHub Desktop.
Launch linux terminal from Eclipse
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