Sikander
Sikander

Reputation: 2835

Importing Java Project in Eclipse

i know this will be pretty straight forward but i cant do it even after doing lot of Google search .. i am downloading projects from Planet-source-code and then modifying them for learning purpose . Problm is that when i download files and unzip them folder contains .java .jar images and other resources but when i import complete folder this is result

enter image description here

Please guide me how to import complete projects with all resources , i found official link here Importing existing projects but that did not work , please help

Upvotes: 0

Views: 3228

Answers (3)

Mr.Cool
Mr.Cool

Reputation: 1555

when you import existing project into work space mean you have to extract the project in outside the work space folder then choose it ,if you extract the project in same work space mean you will get conflict ,that's reason for your error

Upvotes: 2

PSR
PSR

Reputation: 40358

This zip file don't contain a java project. Unzip the zip file.Then do as follows.

enter image description here

see here you can import from here.After clicking on import you can select file type.

Upvotes: 0

Apurv
Apurv

Reputation: 3753

This zip file don't contain a java project. Unzip the zip file. In eclipse create a new Java project (a blank project). Then copy the DieRoll.java file from the unzipped folder in your eclipse project.

Upvotes: 4

Related Questions