Sharing Eclipse directory on Dropbox between Windows and Mac OS X

Posted by sowbug on Stack Overflow See other posts from Stack Overflow or by sowbug
Published on 2010-05-29T14:55:50Z Indexed on 2010/05/29 15:02 UTC
Read the original article Hit count: 136

Filed under:
|
|

This question was close to mine, but not quite.

I have a Windows desktop and a MacBook Pro. I'd like to be able to keep my Eclipse workspace in my Dropbox folder. The problem is that many project settings change between platforms: references to JREs, JDKs, and other libs.

Every discussion I've seen of this problem seems to suggest taking advantage of the source control system's ignore functionality, so that such-and-such file remains local-only and thus able to remain platform-specific. But when you're working with a real single shared folder, that class of solution doesn't apply.

Have you had luck working with a Java Eclipse project living in a single folder shared over the network, cross-platform?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about osx