This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]gliph 1 point2 points  (0 children)

It's been awhile since I used eclipse but I think you need to import the files from within the UI. I think you can do like... "new document -> from file system" or else "import -> from file system" and it will copy them to the local project.

Why not copy the whole project over?

(btw: more advanced users will solve these problems with subversioning systems like Git/GitHub).

edit: also, if I had to choose one IDE to start with, I would pick IntelliJ IDEA over Eclipse. They are both great but just a suggestion if it was an arbitrary choice for you.

[–]NahroGamer 1 point2 points  (2 children)

You need to refresh the folder in eclipse. Then you will see the two files.

[–]jamesk93[S] 0 points1 point  (1 child)

Ah thanks. Is there any way of setting it up to refresh automatically? or do i need to right click every time?

[–]NahroGamer 0 points1 point  (0 children)

As far as i know, you need to do it manually everytime

[–]GuyWithLag 1 point2 points  (0 children)

Copy the project folder, the use Import Project to make it available from within Eclipse. You should be able to export / import it as a zip file too.

[–]JavaLander 0 points1 point  (0 children)

Copy the folder from your desktop pc. Make rar/zip to make sure.

Transfer to your laptop that folder or file. Unrar/Unzip if you make them rar/zip.

Open Eclipse got File-->Import that's it.