I am trying to share one Workspace on a dual-boot system. The project
used in this workspace already works for CVS update/commit between
different computers with different OS, by using a "classpath variable"
as root-path for all jars in the project library. On windows it could be
"C:\shared\jars" and Linux "/home/shared/jars" (or something similar).
This does not work on a dual-boot system. The "classpath variables" are
not shared through CVS, but they are shared when using the same
Workspace on different Eclipse executables. Till now have to manually
change this variable each time I switch OS. Is there a clever trick to
avoid this? Any command line parameters to set additional but temporary
"classpath variables"?