I want to import an existing eclipse project from command line(Linux).
from GUI it can be done by following method File->Import->General->Existing Project into workspace
same can be done using command line option? if yes please let me know how it can be done.
I tried below method from command line: eclipse -nosplash -data /path/to/your/workspace/directory -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import /path/to/the/source/directory
but i m getting below error:
Unknown option: nosplash Unknown option: data Unknown option: import
Thanks and regards, Praveen