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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -