Create a .reg file with following content:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\OpenEclipseWorkspace]
@="Open Eclipse Workspace"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\OpenEclipseWorkspace\command]
@="d:\\Java\\eclipse\\eclipse.exe -showlocation -data \"%1\""
- Change the eclipse exe path.
- Right click on the workspace folder and select "Open Eclipse Workspace"
- This will open the eclipse workspace in the IDE
- If the folder does not contain workspace metadata then a new workspace will get created
No comments:
Post a Comment