Difference between revisions of "Importing Project into Eclipse"
Jump to navigation
Jump to search
(Created page with "==Cross-Plateform== #Open Eclipse #Go to File -> Import #Under "General", click on "Existing Projects into Workspace" #Hit Next #Browse your workspace directory and find the Posi...") |
|||
Line 4: | Line 4: | ||
#Under "General", click on "Existing Projects into Workspace" | #Under "General", click on "Existing Projects into Workspace" | ||
#Hit Next | #Hit Next | ||
− | #Browse your | + | #Browse your filesystem and find the Posit project file you downloaded with Mercurial, check the box "Copy files into workspace". |
#Click Finish | #Click Finish | ||
#Attempt Compiling | #Attempt Compiling |
Latest revision as of 05:09, 26 March 2012
Cross-Plateform
- Open Eclipse
- Go to File -> Import
- Under "General", click on "Existing Projects into Workspace"
- Hit Next
- Browse your filesystem and find the Posit project file you downloaded with Mercurial, check the box "Copy files into workspace".
- Click Finish
- Attempt Compiling
Please Note: If you have issues running the program try:
- Restarting Eclipse a couple of times
- Deleting any other projects from the "Package Explorer" toolbar (they will not delete from the workspace directory)
Please keep posting solutions if you run into any other problems