In Eclipse, how to copy the Java build path to another workspace?
Someone wrote somewhere that if you copy a project, you also copied the build path. This does not seem to be the case.
I tried to copy the entire workspace to a new directory. All projects and source files have open Eclipse and point it to a new directory, but the build path for my project is empty. It doesn't even have basic Java source files to create against (java.lang.Object).
Eclipse 3.3.0 (Europe)
Any ideas?
seppy
source
share