java - launch rcp application on double clicking custom file in the workspace from my local file system -
i have exported product of rcp application. exported product has directory name 'eclipse' within there files including 'myproduct.exe', 'myproduct.ini', 'launcher.exe'. when double click 'myproduct.exe' or 'launcher.exe', application opened.
now need perform same on double clicking '.project' file automatically created inside 'workspace' directory every project creation through application should open application project in workspace(excluding other projects present within same workspace). how can associate file(.project) rcp application? i'm not able figure out how application linked '.exe' files same files. please me.
Comments
Post a Comment