I was mistaken in thinking that the user libraries I define in one workspace would be available in all and subsequently created workspaces.

So I created a new workspace to organize the myriad of projects, but alas my user-defined libraries did not get replicated in the new ws. I am seeking a way to get my user library defs from the old ws into the new ws.

Is there any good way to hack this? (I've tried researching this but have come up empty handed.)

有帮助吗?

解决方案

There's an export option, at least as of Eclipse 3.5.2:

Window > Preferences > Java > Build Path > User Libraries > Export...

If that's not available, what version of Eclipse are you using? Also, what language are you working with? I'm assuming Java, but that wasn't tagged in your question.

其他提示

In the same place where you define user libraries (under Preferences -> Java -> Build Path -> User Libraries), you will find import/export buttons.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top