Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How to successfully use an existing workspace in multiple versions of eclipse?
icon5.gif  How to successfully use an existing workspace in multiple versions of eclipse? [message #1243073] Mon, 10 February 2014 08:29 Go to next message
Eclipse UserFriend
I am working on a large project where there are multiple eclipse-based IDEs that are used for different (but overlapping) tasks. For example, we use an eclipse-based IDE to develop business rules, and a different eclipse-based IDE for version control. The versions of eclipse may vary from one IDE to another, and the loaded plug-ins may also.

Based on painful experience, I'm pretty sure that directly using the same workspace from multiple versions of eclipse is a bad idea, because the metadata may be vastly different/incompatible.

Is the best way to "reuse" a workspace to create a new workspace, and then import the old workspace's projects to the new workspace? If so, that implies that any updates to one need to be duplicated for the other. Is there another, better way?
Re: How to successfully use an existing workspace in multiple versions of eclipse? [message #1243124 is a reply to message #1243073] Mon, 10 February 2014 09:49 Go to previous message
Eclipse UserFriend
Don't use the same workspace. Projects can exist outside of workspaces and if you are sharing the projects you should leave them outside of your workspace. You can then have a separate workspace for each version of Eclipse. Each workspace can point to the same projects.
Previous Topic:java.sql.SQLException: No suitable driver found
Next Topic:Runnable jar can not be created in eclipse
Goto Forum:
  


Current Time: Tue Apr 29 06:48:21 EDT 2025

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

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

Back to the top