Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>A few suggestions:</p> <ol> <li><p>If you just want to refine your Eclipse installations with some common configuration then allow them deviating from that point, you could copy your workspace folder to all places you want, then switch to those workspaces from within Eclipse. You can also export your preferences from within Eclipse using <code>File &gt; Export &gt; General &gt; Preferences</code>, that may work as well, or better.</p></li> <li><p>If you want to share Eclipse configuration between Ubuntu and Windows, you could install NTFS-3G in Ubuntu, then make Eclipse workspace point to your Windows partition. I'm not sure if Eclipse can deal with this well though (for example JDK path).</p></li> <li><p>If you want to use same configuration for all of your devices and operating systems, and considering you won't be using more than one Eclipse instance at same time:</p> <ol> <li><p>If you have wi-fi, you could share your Eclipse workspace in Windows then map a network drive letter in the other Windows, and mount a remote network location in your Ubuntus. You could still use second suggestion above for same device. </p></li> <li><p>Alternatively, you could use rsync or similar to synchronize your different workspaces, both when you start and close Eclipse. This way, you move possible performance issues with above option from when you are using Eclipse to when you are starting or closing it.</p> <p>You sync on start for getting up-to-date with latest changes from other devices, and on close because you want to push the changes you have made to other workspaces as well. In Ubuntu, you could just wrap the sync commands around Eclipse call in a shell script, and in Windows you can do the same with <a href="http://www.ntwind.com/software/hstart.html" rel="nofollow">Hidden Start</a>, except that it can hide shell window for you.</p></li> <li><p>You could use services such as Dropbox, Skydrive or Ubuntu One to store your Eclipse workspace and let their client software do the synchronization job for you.</p></li> </ol></li> </ol> <p>This is what came up to my mind. Maybe Eclipse has something built-in to deal with this other than export wizard, not sure. </p> <p><strong>What exactly to share</strong></p> <p>Remember that the workspace is where all your personal configurations reside, including the list of projects you see when using Eclipse. If some of these projects are outside workspace directory you may face path conflicts, for example <code>C:\MyProject</code> present in your PC but missing in laptop. You could keep all your projects within workspace directory for avoiding this though. Also, if you go for the first suggestion, export wizard as said may work better.</p> <p>I don't think it's a good idea to share only part of workspace, unless you know what you are doing, and I don't see much benefit from sharing whole Eclipse directory itself (which is not possible between Linux and Windows anyway). You can find out where exactly your workspace is located in <code>File &gt; Switch Workspace</code>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload