Joined June 2011
·
Posted to
Eclipse Ctrl-1 "Quickfix" - Quit typing so much
over 1 year
ago
You can use this for other options outside of Quick Fixes. I use it almost everyday filling in switch statements. ( or does that count as a quick fix? )
You are right, if you don't take advantage of this then you are doing it wrong
Posted to
Cool Android Libraries
over 1 year
ago
You might also want to take a look at <a href="http://square.github.com/otto/">Otto</a> it is written by the same guy as ActionBarSherlock and ViewPagerIndicator. <a href="http://jakewharton.com/">Jake Wharton</a> writes some really interesting stuff :).
Achievements
697 Karma
47,893 Total ProTip Views
Lab
Have at least one original repo where C# is the dominant language
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Cub
Have at least one original jQuery or Prototype open source repo
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Mongoose
Have at least one original repo where Ruby is the dominant language
Charity
Fork and commit to someone's open source project in need
It sounds like you may have missed this step :
NOTE : The windows installer's for Java put java.exe in your System32 folder so that you can run Java without setting environment variables. When adding %JAVAHOME%\bin to your PATH make sure that it appears before C:\Windows\System32, or you can delete the java.exe from C:\Windows\System32
If you don't add %JAVAHOME%\bin before C:\Windows\System32 then you will run into problems because the system java.exe will be run and not the one at %JAVAHOME%