Hello Clark.
I'm Daniel, an independent Advisor. It is a pleasure to help you today. I know how frustrating it can be for you, but I will do my best to help you :)
I understand you are having trouble opening a .Jar file
I suggest you follow the steps below from Gregori_Martins
Disable the Hide extensions for known file types option in File Explorer:
- Press Windows+R keys, type control folders and click Ok;
- Click the View Mode tab;
- In the list of options under Advanced Settings, disable Hide extensions for known file types in File Explorer;
- Click OK.
Creating a batch file to run a file with a .jar extension:
- Create a folder wherever you prefer and paste your .jar file;
- Right-click on the folder and select New > Text Document;
- Name the .txt file Run.bat;
- Right-click on Run.bat and select Edit;
- In Notepad enter the following parameters:
Java -jar Filename.jar
Tip: Copy the name of the file you are trying to run along with its extension, for example, Filename.jar.
- Click File > Save.
- Right-click on Run.bat and select Run as Administrator;
Note 2: The files Execute.bat and Filename.jar must be in the same folder, otherwise it will not work.
____
I hope I have helped you, have a great day.
Take care!