Quote:
Originally Posted by oso53b2 I found it - associate files REG - won't solve your current problem, but you need it for later, see attachement |
I don't know what happened to the attachment, but here's what's in the j9.reg file. Copy the text below and save it with Notepad as j9.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT]
[HKEY_CLASSES_ROOT\jarfile]
@="Java Archive"
"EditFlags"=dword:00010000
[HKEY_CLASSES_ROOT\jarfile\shell]
[HKEY_CLASSES_ROOT\jarfile\shell\open]
[HKEY_CLASSES_ROOT\jarfile\shell\open\command]
@="\"
\\Storage Card\\Program Files\\J9\\MIDP20\\bin\\emulator.exe\" \"-Xjam:install=file:%1\" -Xjam:showUI"
[HKEY_CLASSES_ROOT\jadfile]
"EditFlags"=dword:00010000
@="Application Descriptor"
[HKEY_CLASSES_ROOT\jadfile\shell]
[HKEY_CLASSES_ROOT\jadfile\shell\open]
[HKEY_CLASSES_ROOT\jadfile\shell\open\command]
@="\"
\\Storage Card\\Program Files\\J9\\MIDP20\\bin\\emulator.exe\" \"-Xjam:install=file:%1\" -Xjam:showUI"
[HKEY_CLASSES_ROOT\MIME]
[HKEY_CLASSES_ROOT\MIME\Database]
[HKEY_CLASSES_ROOT\MIME\Database\Content Type]
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/java-archive]
"Extension"=".jar"
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\text/vnd.sun.j2me.app-descriptor]
"Extension"=".jad"
@="JAD file MIME type"
[HKEY_CLASSES_ROOT\.jar]
@="jarfile"
"Content Type"="application/octet-stream"
[HKEY_CLASSES_ROOT\.jad]
@="jadfile"
"Content Type"="text/vnd.sun.j2me.app-descriptor"