Skip to main content



      Home
Home » Newcomers » Newcomers » Trying to work on multiple projects(I have eclipse on two separate computers. I can't get my projects to just one computer.)
icon8.gif  Trying to work on multiple projects [message #1266762] Fri, 07 March 2014 18:27 Go to next message
Eclipse UserFriend
I have Eclipse and ADT on two separate computers. I have a workspace designated for each. I, "El Nooberino" as I'll refer to myself, tried to copy and paste the project from one workspace to the other thinking that would work, cause that's how life works, Right??? Long story short. Is there a process to transfer projects that doesn't involve copy and pasting? If not how do I close one project to work on another in one Eclipse?

If this is posted in another thread I apologize, it didn't show up in my searches. A redirection would be acceptable.
Re: Trying to work on multiple projects [message #1267849 is a reply to message #1266762] Sun, 09 March 2014 13:36 Go to previous messageGo to next message
Eclipse UserFriend
There are a number of pitfalls that can happen when just copying a project from one machine to another, but it helps to go into more detail about how it's not working, otherwise you're only going to get random guesses.
Re: Trying to work on multiple projects [message #1268740 is a reply to message #1267849] Mon, 10 March 2014 19:30 Go to previous messageGo to next message
Eclipse UserFriend
Fair enough. After I've copied and pasted the project folder under "workspace", I go to 'Open project' only to see only the original project I started in that version of Eclipse. The pasted project doesn't show up. I browsed to the appropriate file folder only to see the .java class files I created for the pasted project.

I'm beginning to think that copying the actual code I wrote in each file and pasting it into a "new project" in the version of eclipse I want to work in, is looking to be the simplest solution. Oh the wasted time....
Re: Trying to work on multiple projects [message #1268817 is a reply to message #1268740] Mon, 10 March 2014 22:33 Go to previous messageGo to next message
Eclipse UserFriend
On 03/10/2014 05:30 PM, Noob Dev wrote:
> Fair enough. After I've copied and pasted the project folder under
> "workspace", I go to 'Open project' only to see only the original
> project I started in that version of Eclipse. The pasted project
> doesn't show up. I browsed to the appropriate file folder only to see
> the .java class files I created for the pasted project.
> I'm beginning to think that copying the actual code I wrote in each file
> and pasting it into a "new project" in the version of eclipse I want to
> work in, is looking to be the simplest solution. Oh the wasted time....

I'm coming in late to this party, but I believe what you want to do is
import the project into the workspace. Dropping it into the workspace
filesystem isn't sufficient.

File -> Import... -> General -> Import Projects into Workspace

Hope this gets you up and going.
Re: Trying to work on multiple projects [message #1273178 is a reply to message #1266762] Wed, 19 March 2014 13:17 Go to previous message
Eclipse UserFriend
Perhaps using a version control tool will help you have both computers on sync.
Previous Topic:Java Reflection problem in Eclipse?
Next Topic:Clean & Build in eclipse
Goto Forum:
  


Current Time: Mon Jun 23 09:46:45 EDT 2025

Powered by FUDForum. Page generated in 0.09331 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top