How do I copy a workspace Myeclipse configuration file to another workspace

** Question:
When we create a new workspace using MyEclipse, find its configuration is the default. Accustomed to previously configured workspace use (such as font, font size, language coding standard ......), and now have to reconfigure it again takes time and effort, then we would expect to find previous configuration file to copy it over, as familiar environment has emerged, but also happy to play code. **

** Solution:
1, to find the configuration file directory of the old workspace: .metadata.plugins \ org.eclipse.core.runtime
2, .settings copy files in the directory configuration file to the new workspace directory :
.metadata.plugins \ org.eclipse.core.runtime **

Guess you like

Origin blog.csdn.net/l3922768721/article/details/78109377