Run the Converter
If you have java installed in your system, you can easily run the jar file just by double clicking it ( you may need to wait for a few seconds for it to redirect you to the expected location).
Check if you have Java installed.
To check if you have Java installed in your system, you can search for cmd, hit enter, and run the command:
java --version
If it returns something like this, then you have it installed and can run it by double clicking the jar file:
java (your java version like : 21.0.1) (date) LTS.
Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29).
Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29, mixed mode, sharing)`
else you can get it from here and set the JAVA_HOME environment variable, then open the jar file by double clicking it.