Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT/jar_auto_file/shell/open/command]
@="/"E://Sun//SDK//jdk//jre//bin//javaw.exe/" -jar /"%1/""
[HKEY_CLASSES_ROOT/.jar]
@="jar_auto_file"
以上做成注册表注册项 添加到注册表中
本文介绍如何通过编辑Windows注册表来设置.java .jar文件的默认打开方式为Java运行环境, 并提供了一段具体的注册表项配置示例。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT/jar_auto_file/shell/open/command]
@="/"E://Sun//SDK//jdk//jre//bin//javaw.exe/" -jar /"%1/""
[HKEY_CLASSES_ROOT/.jar]
@="jar_auto_file"
以上做成注册表注册项 添加到注册表中
1119
1647
954

被折叠的 条评论
为什么被折叠?