ctci icon indicating copy to clipboard operation
ctci copied to clipboard

Compilation in eclipse

Open nripin opened this issue 11 years ago • 1 comments

Earlier when it was in svn i was able to import and run the full project. I do not know how to import frim github and then run it properly can you please any walkthrough or tutorial on how to do this ?

nripin avatar Mar 31 '13 01:03 nripin

Try these:

The source code is hosted at https://github.com/gaylemcd/ctci

To Set Up Git / GitHub

Follow instructions here: https://help.github.com/articles/set-up-git

To Add Project to Eclipse

  1. Open Eclipse
  2. Go to File > New > Java Project
  3. Unselect "Use default location" and then browse to the location of the source code on your computer
  4. Click OK

gaylemcd avatar Apr 02 '13 04:04 gaylemcd