registry - How to launch an RCP application from windows Run dialog? -


i have eclipse rcp application need launch windows run dialog.

i tried setting key in registery entry in

hklm\softwares\microsoft\windows\current version\all paths\**full path exe** 

but app not launching. how can launch rcp application run dialog?

file hierarchy in folder:

file hierarchy in folder

entry in registry(app name hello.exe:

entry in registry(app name hello.exe)

the exe not loading because in .ini file endorsed folder specified take current location (./endorsed). how can tell machine load jars endorsed folder? 1 approach found working modify .ini file @ run time, can specify full path endorsed folder while run time. design?

dont use registry entries. rather specify full path.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -