ホームページ  >  記事  >  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 中国語 Web サイトの他の関連記事を参照してください。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。