i have a java app in windows, put in the registy the entries for the file extension and for the app.
HKEY_CLASSES_ROOT/.xxx -> (Default)=xxxApp, Content Type=..., PerceivedType=...
HKEY_CLASSES_ROOT/.xxx/OpenWithProgIDs -> (Default)=xxxApp
HKEY_CLASSES_ROOT/.xxx/ShellNew -> command=c:\java... -jar xxxApp.jar and ItemName=xxxApp
HKEY_CLASSES_ROOT/xxxApp -> (Default)=xxxApp
HKEY_CLASSES_ROOT/xxxApp/shell/open/command -> (Default)=c:\java... -jar xxxApp.jar
i have the right name in the tooltip and filetype, but in "open with" is java(tm).... how can i change the open with name??