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:
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]
Run the following commands in the command line:
C:\>assoc .jar=jarfile
위 내용은 Windows 7 64비트에서 두 번 클릭해도 .JAR 파일을 실행할 수 없는 이유는 무엇입니까?의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!