Wednesday, September 7, 2011

Transfer database connections between two Eclipse workspaces

I have two Eclipse workspace A and B, and created several database connections in workspace A. How can I get all those connections set up in workspace B without do it one by one?

  1. Go to workspaceA/.metadata/.plugins/org.eclipse.datatools.connectivity
  2. Copy ServerProfiles.bak and ServerProfiles.dat to  workspaceB/.metadata/.plugins/org.eclipse.datatools.connectivity
  3. Restart Eclipse

No comments:

Post a Comment