developersu / ns-usbloader

Awoo Installer and GoldLeaf uploader of the NSPs (and other files), RCM payload injector, application for split/merge files.
GNU General Public License v3.0
1.77k stars 116 forks source link

Download produces a WinRAR file instead of an executable .jar #122

Closed jp25130 closed 1 year ago

jp25130 commented 2 years ago

Describe the bug (mandatory) When downloading ns-usbloader-5.2.jar, it shows up in my Documents as ns-usbloader-5.2 in WinRAR form. Upon opening the WinRAR file, it shows as multiple folders (com, javafx, META-INF, native, etc.). I cannot locate the actual .jar file. I have downloaded Java JRE, but can't locate the application to open it with.

Information about environment (mandatory):

Steps to reproduce Steps to reproduce the behavior:

  1. Download ns-usbloader-5.2.jar from GitHub
  2. Application shows up as a WinRAR file with extractable folders
  3. Does not download as an executable .jar with Java

Expected behavior An executable .jar with Java

Screenshots and/or information from application log https://imgur.com/MZORY0M

Did you see this issue in previous versions? No

Additional context Any help is appreciated, thank you! I know very little about programming - all I've learned is from guides online.

Masamune3210 commented 2 years ago

Just change the file extension from rar to jar and it should work

developersu commented 2 years ago

You can just reinstall JRE/JDK to solve this or assign jar files manually like this: https://stackoverflow.com/questions/8511063/how-to-run-jar-file-by-double-click-on-windows-7-64-bit

developersu commented 1 year ago

Not a real bug. Closing.