jar 파일은 Java AR chive(J) 파일 의 줄임말이며 그 안에 Java(AR) 프로그램( Java 클래스 파일, 메타데이터 및 리소스)을 포함합니다. 패키지 파일 형식(.zip 파일 형식과 유사)이기 때문에 jar 파일을 사용하여 여러 다른 파일을 함께 압축하여 이식성을 높이고 이러한 파일이 차지하는 공간을 줄일 수 있습니다. 이것은 jar 파일을 매우 다양하게 만들고 게임, 응용 프로그램, 브라우저 확장 등을 저장하는 데 사용할 수 있습니다.
모든 jar 파일이 동일하게 생성되는 것은 아닙니다. 일부는 .exe(.exe) 파일 처럼 실행/실행 되고 다른 일부는 extracted/unpacked like .zip files 립니다. jar 파일의 압축을 푸는 것은 매우 쉽고 zip 파일의 내용을 추출하는 방법과 유사하게 수행할 수 있지만 jar 파일을 실행하는 경우는 그렇지 않습니다.
두 번 클릭하면 .exe 파일이 Windows OS 의 도움으로 프로그램/응용 프로그램을 시작합니다 . 마찬가지로 .jar 파일은 Java Framework 를 사용하여 실행하여 실행할 수 있습니다 . 그러나 많은 사용자가 jar 파일을 실행하려고 할 때 오류에 직면하게 되며 오늘 이 기사에서는 이 문제에 대해 조명하고 Windows 10 에서 jar 파일을 실행하거나 실행하는 방법을 밝힙니다 .
jar 파일이 실행되지 않는 이유는 무엇입니까?(Why won’t jar files run? )
Jar 파일 에는 기본적으로 jar 파일 내에 포장된 다른 파일에 대한 정보를 보유하는 동안 어떻게 작동하는지 파일에 알려주는 매니페스트가 포함되어 있습니다. 또한 jar 파일에는 실행 가능한 프로그램에 대한 Java 코드를 보유하는 클래스 파일이 포함되어 있습니다. 이 두 파일은 다른 미디어 파일과 함께 Java Runtime Environment(Java Runtime Environment) 의 단일 요청으로 jar 파일을 실행할 수 있습니다 .
사용자는 jar 파일을 실행하려고 할 때 이 두 가지 오류 중 하나가 발생합니다.
첫 번째 오류는 사용자가 개인용 컴퓨터에서 오래된 버전의 Java를 실행할 때 발생하고 두 번째 오류는 jar 파일이 Java 바이너리와 제대로 연결되지 않은 경우 발생합니다.
또한 때때로 사용자가 jar 파일을 두 번 클릭하면 명령 프롬프트 창이 잠시 동안 실행되었다가 다시 닫혀 사용자가 당황하게 됩니다. 다행히도 이 두 가지 오류를 해결하고 jar 파일을 실행하는 것은 매우 쉽습니다.
Windows 10에서 JAR 파일을 실행하는 방법
앞서 언급했듯이 jar 파일에 포함된 애플리케이션/코드를 실행하려면 Java Runtime Environment 가 필요합니다. (Java Runtime Environment)개인용 컴퓨터에서 실행 중인 Java 버전과 최신 버전으로 업데이트하는 방법을 확인 하려면 아래 단계를 따르십시오.
1. 아래에 언급된 방법 중 하나로 명령 프롬프트(Command Prompt) 를 관리자 로 실행합니다.(Administrator)
ㅏ. Windows 키 + X를 누르 거나 시작 버튼을 마우스 오른쪽 버튼으로 클릭하여 고급 사용자 메뉴를 엽니다. 다음 메뉴에서 명령 프롬프트(Command Prompt) ( Admin )를 클릭합니다.
비. Windows(Press Windows) 키 + R을 눌러 실행(Run) 명령을 실행하고 cmd를 입력한 다음 ctrl + shift + enter를 누릅니다.
씨. 시작 버튼을 클릭(또는 Windows 키 + S 누르기 ) (Click)하고(Windows) 명령 프롬프트를 입력 한 다음 오른쪽 패널에서 관리자 권한으로 (Administrator)실행(Run) 을 선택합니다.
2. 명령 프롬프트 창이 열리면 java -version 을 입력하고 Enter 키를 누릅니다.
명령 프롬프트는 이제 시스템에 설치된 정확한 Java 버전을 제공합니다.(Java)
또는 PC 에서 구성 Java(configure java) 응용 프로그램 을 검색하고 일반 탭에서 정보 를 클릭하여 Java 버전을 검색합니다.(About )
3. 최신 버전의 Java 는 버전 8 (Version 8) 업데이트 251 ( (Update 251)2020년 4월(April 2020) 14 일 기준)입니다. 최신 버전을 사용하지 않거나 Java 가 전혀 없는 경우 공식 다운로드 페이지 인 모든 운영 체제용 Java 다운로드로(Java Downloads for All Operating Systems) 이동하여 " 동의 및 무료 다운로드 시작"(Agree and Start Free Download” ) 버튼을 클릭하십시오.
4. 다운로드한 파일을 찾아(내 PC > Downloads.exe 파일을 두 번 클릭 하여 설정 마법사를 엽니다. 이제 화면의 지시에 따라 최신 버전의 Java 를 설치합니다 .
5. 1단계와 2단계를 반복(Reiterate) 하여 업데이트가 성공적으로 설치되었는지 확인합니다.
Java 업데이트에 문제가 있는 경우 먼저 공식 Java 제거 도구(official Java Removal Tool) 를 사용하여 이전 버전을 완전히 제거한 다음 새로 설치해 보십시오.
방법 1: '연결 프로그램…' 사용
첫 번째 방법에서는 Java Runtime Environment 를 사용하여 jar 파일을 수동으로 엽니다 . 동일한 작업을 수행하려면 아래 단계를 따르세요.
1. 파일 탐색기( Windows key + E )를 열고 실행/열고 싶은 jar 파일을 찾은 다음 마우스 오른쪽 버튼을 클릭합니다.
2. 다음 파일 옵션/컨텍스트 메뉴에서 연결 프로그램을 선택합니다 .(Open with.)
3. 응용 프로그램 목록을 살펴보고 Java(TM) Platform SE 바이너리(Java(TM) Platform SE binary) 를 찾습니다 . 응용 프로그램 목록에서 찾을 수 없을 가능성이 큽니다.
4. 다른 앱 선택(Choose another app) 을 클릭합니다 .
5. 다시 목록을 살펴보고 응용 프로그램을 찾지 못하면 More Apps > Look for another app 이 PC(on this PC) 에서 다른 앱 찾기를 클릭 하여 수동으로 응용 프로그램을 찾습니다.
6. 이제 java.exe가 저장된 경로로 이동합니다. 대부분의 사용자의 경우 C:\Program Files\Java\jre1.8.0_221\bin 있어야 하지만 찾을 수 없는 경우 다음 경로로 이동해 보십시오. C:Program Files (x86)Javajre1.8.0_221 in
7. 마지막으로 java.exe 를 선택하고 Enter 키 를 누릅니다.
방법 2: 명령 프롬프트 를 사용하여 (Command Prompt)JAR(Run JAR) 파일 실행
Windows 10 명령 프롬프트 창 을 사용하여 jar 파일을 실행할 수도 있습니다 . 이 프로세스에는 단일 명령줄 실행이 포함되며 수행하기 쉽습니다.
1. 앞에서 언급한 방법 중 하나를 사용하여 명령 프롬프트를 관리자로 실행 합니다.(Launch Command Prompt as Administrator)
2. 명령 프롬프트 창이 실행되면 ‘cd \’ 명령을 실행 하여 디렉토리의 맨 위로 돌아갑니다.
3. 이제 java -jar sample.jar 명령 을 입력하고 Enter 키를 누르십시오.
명령줄에서 'sample .jar '을 (.jar).jar 파일 의 이름으로 변경하는 것을 잊지 마십시오 .
또는 두 번째 단계를 건너뛰고 sample.jar을 jar 파일의 전체 경로로 바꿀 수 있습니다.
또한 읽기: (Also Read:) 수정 Java가 시작되었지만 종료 코드 1을 반환했습니다 .(Fix Java was started but returned exit code 1)
방법 3: 타사 응용 프로그램 사용
다른 모든 것과 마찬가지로 Windows 10(Windows 10) 에서 jar 파일을 실행하거나 실행할 수 있는 여러 타사 응용 프로그램이 있습니다 . 인터넷에서 가장 인기 있는 jar 실행 프로그램 중 하나는 Jarx 입니다.
공식 사이트 인 Jarx – The JAR 실행 프로그램으로 이동하여 ' (Jarx – The JAR executer)Jarx -1.2-installer.exe' 를 클릭하여 소프트웨어 파일을 다운로드합니다 . 다운로드한 파일을 찾아 Jarx(Jarx) 를 설치합니다 . 응용 프로그램에는 정보 창을 제외하고 GUI 가 없습니다. (GUI)이제 jar 파일을 두 번 클릭하거나 마우스 오른쪽 버튼을 클릭하고 열기를 선택하여 개인용 컴퓨터에서 jar 파일을 실행합니다.
jar 파일을 실행하는 데 도움이 되는 또 다른 타사 응용 프로그램은 Jarfix 입니다. Jarx 가 jar 파일을 실행하기 위해 논의한 것과 동일한 절차를 따르십시오 .
참고: (Note:) Jarfix 는 관리자로 실행될 때만 jar 파일을 실행할 수 있습니다.
방법 4: Jar 파일 추출
앞서 언급했듯이 모든 jar 파일이 실행 파일로 설계/의도된 것은 아닙니다. 일부는 패키지로 작동하고 다른 유형의 파일을 포함합니다. jar 파일의 압축을 풀거나 압축을 풀면 실행 가능한지 여부를 확인할 수 있습니다.
zip 파일과 rar 파일로 작업한 적이 있다면 파일을 추출하는 방법을 이미 알고 있을 가능성이 있습니다. Windows에 내장된 추출 도구를 사용하거나 인터넷에서 사용할 수 있는 많은 파일 추출 응용 프로그램 중 하나에서 도움을 받을 수 있습니다. 가장 많이 사용되고 신뢰할 수 있는 응용 프로그램은 7-zip 및 WinRAR(7-zip and WinRAR) 입니다.
Windows의 내장 추출 도구를 사용하여 파일을 추출하려면 jar 파일을 마우스 오른쪽 버튼으로 클릭 하고 (right-click)'추출…'(‘Extract…’) 옵션 중 하나를 선택하기만 하면 됩니다.
타사 응용 프로그램을 사용하여 파일을 추출하려면 먼저 응용 프로그램 웹 사이트로 이동하여 설치 파일을 다운로드합니다. 응용 프로그램 설치가 완료되면 응용 프로그램에서 jar 파일을 열어 내용을 확인합니다.
(Fix Unable)Windows 10 에서 (Windows 10)JAR 파일(JAR Files) 을 열 수 없는 문제 수정
위의 방법을 사용하여 jar 파일을 실행할 수 없는 경우 다음 해결 방법을 시도해 보십시오.
해결 방법 1: 레지스트리 편집기 업데이트(Registry Editor)
1. 파일 탐색기( Windows Key + E )를 실행하고 Java 설치 폴더 내의 bin 폴더로 이동합니다.
폴더 대상은 설치된 드라이브 파티션에 따라 다릅니다. 그러나 대부분의 사용자의 경우 폴더는 C 드라이브와 Program Files 또는 Program Files ( x86 ) 내부에서 찾을 수 있습니다.
2. bin 폴더 내에서 java.exe를 찾아 마우스 오른쪽 버튼으로 클릭하고 속성을 선택 합니다(Properties) .
3. 호환성 탭으로 전환하고 (Compatibility )이 프로그램을 관리자로 실행(Run this program as an Administrator) 옆의 확인란을 선택합니다 . 적용 을 (Apply)클릭(Click) 하고 확인을 클릭 하여 종료합니다.
4. 앞에서 언급한 방법 중 하나를 사용하여 관리자 권한으로 명령 프롬프트를 시작 합니다.(Launch Command Prompt as administrator)
5. 요구 사항에 따라 명령 프롬프트 창에 다음 명령 중 하나를 입력하고 Enter 키를 누릅니다.
C:Program Files(x86)를 실제 Java(Java) 설치 폴더 주소 로 바꾸는 것을 잊지 마십시오 .
jar 파일을 간단히 실행하려면 다음 명령을 입력하고 Enter 키를 누르십시오.
ftype jarfileterm=cmd /s /k “”C:\Program Files(x86)\Java\jre1.8.0_221\bin\java.exe” -jar “%1″ %*”
assoc .jar=jarfileterm
6. jar 파일을 디버그하고 파일을 시작한 후 명령 프롬프트 창이 열려 있어야 하는 경우 다음 명령을 입력합니다.
ftype jarfileterm=cmd /s /k “”C:\Program Files(x86)\Java\jre1.8.0_221\bin\java.exe” -jar “%1″ %*”
assoc .jar=jarfileterm
이제 jar 파일을 열어보십시오.
여전히 jar 파일을 실행할 수 없다면 Windows 레지스트리 편집기(Windows Registry Editor) 에서 몇 가지 사항을 변경해야 합니다 . 레지스트리 편집기(Registry Editor) 는 강력한 도구이며 엉망이 되어서는 안 되므로 아래 가이드를 따를 때 매우 주의할 것을 권장합니다 .
1. 시작 버튼을 클릭하고 레지스트리 편집기를 검색한 다음 Enter 키를 누르거나 실행 명령( (Launch the )Windows Key + R ) 에 regedit를 입력하여 Windows 레지스트리 편집기(Windows Registry Editor) 를 시작합니다 .
2. 왼쪽 패널에서 화살표를 클릭하거나 HKEY_CLASSES_ROOT 를 두 번 클릭하여 동일하게 확장합니다.
3. 드롭다운 목록에서 jarfile 폴더를 찾습니다 (일부 사용자는 jarfile 대신 jar_auto_file 및 jarfileterm 폴더를 찾을 수 있습니다 . 아래에 언급된 것과 동일한 절차를 따르십시오)
4. 먼저(First) jarfile을 더블 클릭하여 엽니다.
5. jarfile > shell > open > command
5. 오른쪽 패널에 Default 라는 키가 표시되어야 합니다 . 마우스 오른쪽 버튼을 클릭(Right-click) 하고 수정(Modify ) 을 선택 하거나 간단히 두 번 클릭하여 키를 수정합니다.
6. 다음 팝업 상자의 값 데이터(Value Data) 레이블 아래 에 이전에 명령 프롬프트 창에서 입력한 fftype 명령을 붙여넣습니다.(fftype)
7. 올바른지 교차 확인하고 확인을 누릅니다(OK) .
참고: (Note:) jar_auto_file (Remember)및 jarfileterm((jar_auto_file & jarfileterm,) 있는 경우) 두 폴더에 대한 전체 절차를 따르십시오.
8. 마지막으로 레지스트리 편집기를 닫고 jar 파일을 실행해 보십시오.
해결 방법 2: Java 보안 설정 변경(Java Security Settings)
Java 의 또 다른 매우 일반적인 문제 는 보안 위험입니다. jar 파일을 실행하려고 할 때 위험을 주장하는 경고 메시지가 자주 나타납니다. 이 문제를 해결하려면 보안 설정을 변경하기만 하면 됩니다.
1. 시작 버튼을 클릭하거나 Windows Key + SConfigure Java 를 검색 하고 Enter 키 를 눌러 엽니다.
2. 동일한 항목을 클릭하여 보안(Security ) 탭으로 전환합니다.
3. '브라우저 및 Web Start 응용 프로그램에 대해 Java 콘텐츠 활성화'( ‘Enable Java content for browser and Web Start applications’ is ticked.) 옆의 확인란이 선택되어 있는지 확인합니다 .
4. 예외 사이트(Exception Site) 목록에 없는 응용 프로그램의 보안 수준을 높음 으로 설정하고 (High )적용(Apply) 을 클릭합니다 .
5. 확인(OK ) 을 클릭하여 종료합니다.
추천:(Recommended:)
의도한 대로 Windows 10 에서 jar 파일을 실행하거나 실행할 수 있기를 바랍니다 . 위의 가이드를 따르거나 jar 파일을 여는 데 문제가 있는 경우 아래 댓글 섹션에서 연락해 주시면 도와드리겠습니다.
How to Run JAR Files on Windows 10
A jar file is short for a Java ARchive file and holds java programs (Java class files, metadata, and resources) within it. Being a package file format (similar to .zip file format ), a jar file may also be used to pack together several other files to improve portability and decrease the amount of space that these files take up. This makes jar files extremely versatile and can be used to store a game, an application, a browser extension, etc.
Not all jar files are created equal. Some are meant to be run/executed like .exe files and others extracted/unpacked like .zip files. While unpacking jar files is quite easy and can be done similarly to how one would extract the contents of a zip file, the same isn’t the case for executing a jar file.
A .exe file when double-clicked launches a program/application with the help of the Windows OS. Similarly, a .jar file can be executed by launching it using the Java Framework. However, many users face errors when trying to execute jar files and today, in this article, we will shed some light on the matter and reveal how to run or execute jar files on Windows 10.
Why won’t jar files run?
A Jar file includes a manifest that essentially tells the file how to behave while holding information about the other files packed within the jar file. Also, a jar file contains class files that hold the java code for the executable program. Both of these files along with other media files make it possible to run jar files as a single request by Java Runtime Environment.
Users come across one of these two errors when trying to run a jar file.
The first error arises when the user is running an outdated version of java on his or her personal computer and the second one is caused when the jar files are not properly associated with the Java binary.
Also, sometimes when a user double-clicks on a jar file, a command prompt window launches for a split-second and then closes back down leaving the user in dismay. Fortunately, resolving these two errors and running a jar file is quite easy.
How to Run JAR Files on Windows 10
As mentioned earlier, you require the Java Runtime Environment to run the application/code contained inside a jar file. To check what version of Java your personal computer is running and how to update to the latest version, follow the below-mentioned steps:
1. Launch Command Prompt as Administrator by any of the methods mentioned below.
a. Press Windows key + X or right-click on the start button to open the power user menu. From the ensuing menu, click on Command Prompt (Admin).
b. Press Windows key + R to launch Run command, type cmd and press ctrl + shift + enter.
c. Click on the start button (or press the Windows key + S), type command prompt and select Run as Administrator from the right panel.
2. Once the command prompt window is open, type java -version and press enter.
The command prompt will now provide you with the exact version of Java you have installed on your system.
Alternatively, search for the configure java application on your PC and click on About in the general tab to retrieve java version.
3. The latest version of Java is Version 8 Update 251 (as of 14th April 2020). If you aren’t using the latest version or don’t have Java at all, head over to the official download page Java Downloads for All Operating Systems and click on the “Agree and Start Free Download” button.
4. Locate the downloaded file (This PC > Downloads) and double-click on the .exe file to open the setup wizard. Now, follow the on-screen prompts to install the latest version of Java.
5. Reiterate through steps 1 and 2 to check if the update was successfully installed.
If you are facing any issues in updating java, try completely removing the previous version first using the official Java Removal Tool and then performing a fresh install.
Method 1: Using ‘Open With…’
In the first method, we manually open the jar file with the Java Runtime Environment. Follow the below steps to do the same.
1. Open the file explorer (Windows key + E), locate the jar file you would like to execute/open and right-click on it.
2. From the following file options/context menu, select Open with.
3. Go through the list of applications and try to locate Java(TM) Platform SE binary. It is most likely that you won’t find it in the list of applications.
4. So, click on Choose another app.
5. Again, go through the list and if do not find the application click on More Apps > Look for another app on this PC to manually find the application
6. Now, navigate to the path where java.exe is stored. For most users, it should be C:\Program Files\Java\jre1.8.0_221\bin but if you do not find it there, try going down the following path C:\Program Files (x86)\Java\jre1.8.0_221\bin
7. Finally, select java.exe and press enter.
Method 2: Run JAR files using the Command Prompt
One can also run jar files using the Windows 10 command prompt window. The process involves executing a single command line and is easy to perform.
1. Launch Command Prompt as Administrator using any of the methods mentioned earlier.
2. Once the command prompt window has launched, run the command ‘cd \’ to return to the top of the directory.
3. Now, type the following command java -jar sample.jar and hit the enter key.
Do not forget to change ‘sample.jar’ in the command line with the name of the .jar file.
Alternatively, you can skip the second step and replace sample.jar with the complete path of the jar file.
Also Read: Fix Java was started but returned exit code 1
Method 3: Using Third-Party Applications
Just like for everything else, there exist multiple third-party applications that let you run or execute jar files on Windows 10. One of the more popular jar executor programs out there on the internet is Jarx.
Head over to the official site Jarx – The JAR executer and download the software file by clicking on ‘Jarx-1.2-installer.exe’. Locate the downloaded file and install Jarx. The application doesn’t have a GUI except for an about window. Now, simply double-click on the jar file or right-click and select open to run jar files on your personal computer.
Another third-party application that will aid you in running jar files is Jarfix. Follow the same procedure as discussed for Jarx to run jar files.
Note: Jarfix will only be able to run jar files when launched as an administrator.
Method 4: Extract the Jar Files
As mentioned earlier, not all jar files are designed/meant to be an executable file. Some just work as a package and hold other types of files in them. We can check if a jar file is executable or not by simply unpackaging/extracting it.
If you have ever worked with zip files and rar files, chances are, you already know how to extract a file. One can choose to use the builtin extraction tool in windows or take assistance from one of the many files extracting applications available on the internet. Some of the most used and trusted applications are 7-zip and WinRAR.
To extract a file using Windows’ in-built extracting tool, simply right-click on the jar file and select one of the ‘Extract…’ options.
To extract a file using a third-party application, first, head over to the application’s website and download the installation file. Once you are done installing the application, open the jar file in the application to see the content it holds.
Fix Unable to Open JAR Files on Windows 10
If you were not able to run the jar files using any of the above methods, then try going through the following solution.
Solution 1: Updating Registry Editor
1. Launch File Explorer (Windows Key + E) and navigate to the bin folder inside the java installation folder.
The folder destination varies depending on the drive partition you have it installed on. However, for most users, the folder can be found in C drive and inside Program Files or Program Files (x86).
2. Inside the bin folder, find java.exe, right-click on it and select Properties.
3. Switch over to the Compatibility tab and tick the box next to Run this program as an Administrator. Click on Apply followed by Ok to exit.
4. Launch Command Prompt as administrator by any of the methods mentioned earlier.
5. Depending on your requirements type one of the following commands in the command prompt window and press enter.
Do not forget to replace C:\Program Files(x86)\ with your actual Java installation folder address.
To simply launch the jar file, type the following commands and hit Enter:
ftype jarfileterm=cmd /s /k “”C:\Program Files(x86)\Java\jre1.8.0_221\bin\java.exe” -jar “%1″ %*”
assoc .jar=jarfileterm
6. If you would like to debug the jar file and thus need the command prompt window to stay open after launching the file, type the following command
ftype jarfileterm=cmd /s /k “”C:\Program Files(x86)\Java\jre1.8.0_221\bin\java.exe” -jar “%1″ %*”
assoc .jar=jarfileterm
Now go ahead and try opening the jar file.
If you are still not able to execute the jar file, we will need to change a few things in the Windows Registry Editor. We advise you to be extremely cautious in following the below guide as the Registry Editor is a powerful tool and shouldn’t be messed with.
1. Launch the Windows Registry Editor by clicking on the start button, searching for registry editor and pressing enter or by typing regedit in the run command (Windows Key + R).
2. From the left-hand panel, click on the arrow or double click on HKEY_CLASSES_ROOT to expand the same.
3. From the drop-down list, find the folder jarfile (Some users may find the folders jar_auto_file and jarfileterm instead of jarfile. Follow the same procedure as mentioned below)
4. First open jarfile by double-clicking on it.
5. Navigate to jarfile > shell > open > command
5. On the right-hand panel, you should see a key labelled Default. Right-click and select Modify or simply double-click on it to modify the key.
6. In the following pop up box, under the Value Data label, paste the fftype command we entered earlier in the command prompt window.
7. Cross-check to make sure it is correct and press OK.
Note: Remember to follow the complete the procedure for both folders, jar_auto_file & jarfileterm, if you have them)
8. Finally, close the registry editor and try launching the jar file.
Solution 2: Change Java Security Settings
Another very common issue with Java is the security risk. A warning message claiming risk often pops up when trying to run a jar file. To resolve this, we simply need to change the security settings.
1. Click on the start button or press Windows Key + S, search for Configure Java and press enter to open.
2. Switch over to the Security tab by clicking on the same.
3. Make sure the box next to ‘Enable Java content for browser and Web Start applications’ is ticked.
4. Set the security level for applications not on the Exception Site list to High and click on Apply.
5. Click on OK to exit.
Recommended:
We hope you were able to run or execute your jar file on Windows 10 as intended. In case of any issues following the above guide or in opening a jar file, connect with us in the comments section below and we will help you out.