Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I copy Eclipse classpath variables from one workspace to a new workspace?

How can I copy the Eclipse classpath variables from the open workspace to a new workspace? I am using Eclipse Juno (Eclipse Platform 4.2.1 and Eclipse Java Development Tools 3.8.2).

like image 351
Derek Mahar Avatar asked Mar 26 '13 15:03

Derek Mahar


1 Answers

Try File -> Export -> General -> Preferences and export All. Next, import the preferences into your second workspace.

like image 172
Chris Gerken Avatar answered Sep 21 '22 10:09

Chris Gerken