>  기사  >  Java  >  Windows 7 64비트에서 두 번 클릭해도 .JAR 파일을 실행할 수 없는 이유는 무엇입니까?

Windows 7 64비트에서 두 번 클릭해도 .JAR 파일을 실행할 수 없는 이유는 무엇입니까?

Patricia Arquette
Patricia Arquette원래의
2024-11-14 14:01:01574검색

Why Can't I Run .JAR Files by Double-Clicking on Windows 7 64-bit?

Cannot Run .JAR Files by Double-Clicking on Windows 7 64-bit

Despite successfully executing .JAR files through the command line, double-clicking on these files in Windows 7 (64-bit) produces no response. Previous attempts to use the 'ftype' hint have been unsuccessful, as have reinstalling JDK 7 64-bit.

To rectify this issue:

  1. Remove the following registry key if you've previously opened .JAR files using a specific path.

    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts.jar]

  2. Run the following commands in the command line:

    C:\>assoc .jar=jarfile

위 내용은 Windows 7 64비트에서 두 번 클릭해도 .JAR 파일을 실행할 수 없는 이유는 무엇입니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.