ThatOneCalculator / Among-Us-Dumpy-Gif-Maker

A tool to make dumpy among us GIFS
https://dumpy.t1c.dev
Other
520 stars 25 forks source link

Unable to run the .jar #10

Closed EvanHeavenn closed 3 years ago

EvanHeavenn commented 3 years ago

whenever i try and run the jar file it says that a " jni error has occurred " and then that a " java exception has occurred " Screenshot_2 Screenshot_3 I've checked and can confirm that i am running the latest release of java

ThatOneCalculator commented 3 years ago

Is this using the latest release (which comes in a zip folder)?

karl-police commented 3 years ago

I get the same issue btw.

EvanHeavenn commented 3 years ago

Is this using the latest release (which comes in a zip folder)?

yes it is

ThatOneCalculator commented 3 years ago

Could you open CMD and type java --version, and paste the output?

EvanHeavenn commented 3 years ago

Could you open CMD and type java --version, and paste the output?

it said that it didn't recognize the command

ThatOneCalculator commented 3 years ago

That means you didn't install Java properly.

ThatOneCalculator commented 3 years ago

https://download.oracle.com/otn-pub/java/jdk/16.0.1+9/7147401fd7354114ac51ef3e1328291f/jdk-16.0.1_windows-x64_bin.exe

EvanHeavenn commented 3 years ago

here java version "1.8.0_291" Java(TM) SE Runtime Environment (build 1.8.0_291-b10) Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode) i just used one "-"

ThatOneCalculator commented 3 years ago

You need to be on version 15 or later, you're on 8.

ThatOneCalculator commented 3 years ago

https://download.oracle.com/otn-pub/java/jdk/16.0.1+9/7147401fd7354114ac51ef3e1328291f/jdk-16.0.1_windows-x64_bin.exe <- Use that

EvanHeavenn commented 3 years ago

well it works now, but do you know why the recommended version of java on the website is version 8?

ThatOneCalculator commented 3 years ago

well it works now, but do you know why the recommended version of java on the website is version 8?

The README says to use 15/16. This app uses new Java features, 8 is for LTS (Long Term Support).

ThatOneCalculator commented 3 years ago

@karl-police @EvanHeavenn I'd advise you both to update to the latest version, it has a few bug fixes and is just better in general

karl-police commented 3 years ago

@karl-police @EvanHeavenn I'd advise you both to update to the latest version, it has a few bug fixes and is just better in general

I build the .java myself. I'm still doing the UI thing