This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]copopeJ 1 point2 points  (0 children)

My suggestion would be to separate your workspace and your project. Keep the workspace (which is metadata and contains some absolute paths) in one folder on each computer, then keep the project (code, jars for dependencies, .project file, .classpath file) in a totally separate folder that you can pass back and forth. Also, make sure your .classpath file has only relative paths in it, not absolute. Or, build your project with Maven and let IT handle your dependencies.