Skip to content

Instantly share code, notes, and snippets.

@gbraccialli
Last active August 29, 2015 14:19
Show Gist options
  • Save gbraccialli/b9f6788ab74bda5e9fd0 to your computer and use it in GitHub Desktop.
Save gbraccialli/b9f6788ab74bda5e9fd0 to your computer and use it in GitHub Desktop.
eclipse

shortcuts: column select = command + option + A
list all shortcut = command + shift + l

plugins:

Eclipse EGit Mylyn GitHub Repository - http://download.eclipse.org/egit/github/updates
EGit P2 Repository - http://download.eclipse.org/egit/updates
DTP Update Site - http://download.eclipse.org/datatools/updates/1.12
PyDev Update Site - http://pydev.org/updates
Easy Console Greper - http://marketplace.eclipse.org/content/easy-console-grepper

windows maven error:
1- remove tools.jar
2- change jre to jdk path
3- use mvn eclipse:eclipse and refresh

other:
eclipse/maven bug on windows, error tools.jar
http://stackoverflow.com/questions/13288735/maven-not-picking-java-home-correctly/23129154#23129154
1- edit installed jre - point to jdk
2- edit eclipse.ini, add:
-vm
C:/Program Files/Java/jdk1.7.0_75/jre/bin/server/jvm.dll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment