如何通过双击 Windows 7 64 位来运行 .jar 文件?

2024-08-24Java开发问题
6

本文介绍了如何通过双击 Windows 7 64 位来运行 .jar 文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

在命令行中运行 .jar 文件可以正常工作,但我无法通过双击我的 Windows 7 (64) 来运行任何 .jar 文件.双击后似乎没有任何反应.

我尝试了ftype提示,没有成功:

ftype jarfile="C:Program FilesJavajre7injavaw.exe" -jar "%1" %*

我重新安装了JDK 7 64位,没有成功.

有什么想法吗?

解决方案

右键->打开方式中列出了什么?是否有其他程序被列为默认程序?是否列出了 Java 运行时?如果列出了 Java 运行时,您可以使用它打开,并将其设置为运行的默认程序.

即,

<上一页>右键单击-> 属性-> 更改-> C:Program FilesJavajre7injavaw.exe

Running a .jar file in a command line works fine, but i am not able to run any .jar file by double clicking on my Windows 7 (64). It seems nothing happens after the double click.

I tried the ftype hint, no success:

ftype jarfile="C:Program FilesJavajre7injavaw.exe" -jar "%1" %*

I reinstalled the JDK 7 64-bit, no success.

Any idea?

解决方案

What is listed in right-click-> Open With ? Is some other program listed as the default program ? Is a Java Runtime listed ? If a Java Runtime is listed, you can open with it, and make it the default program to run with.

ie,

Right Click ->  Properties -> Change -> C:Program FilesJavajre7injavaw.exe

这篇关于如何通过双击 Windows 7 64 位来运行 .jar 文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

如何使用 JAVA 向 COM PORT 发送数据?
How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)...
2024-08-25 Java开发问题
21

如何使报表页面方向更改为“rtl"?
How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)...
2024-08-25 Java开发问题
19

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

有没有办法在 Java 中检测 RTL 语言?
Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)...
2024-08-25 Java开发问题
11

如何在 Java 中从 DB 加载资源包消息?
How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)...
2024-08-25 Java开发问题
13

如何更改 Java 中的默认语言环境设置以使其保持一致?
How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)...
2024-08-25 Java开发问题
13