Configuring an Eclipse environment
I have been configuring an eclipse environment on my laptop. It takes an annoying number of steps, since I am trying to add in disparate features, such as开发者_运维百科 support for mercurial, subversion, C++, arduino, and Android.
Once it's done, however, is all the state located in my eclipse directory? Can I just save that directory and install it on multiple computers?
I am on Windows, so this question is complicated by whatever nonsense is in the registry. I wish I could be on Linux, so I could just be asking what environment variables to set.
You can copy and paste your Windows Eclipse install dir anywhere and eclipse should work just fine. I've done this a number of times. However I do not think it'll port across OS's since eclipse download contains platform specific files. In theory, the eclipse project and classpath file (these contain most of the config) should be portable across platforms and I've used the same ones on Windows and Linux. Just open them in a file editor to make sure they contain relative paths only.
精彩评论