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:
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
Post a Comment