micha2070 / intelHex

intelHex File Viewer
8 stars 1 forks source link

Error: Invalid or corrupt jarfile intelHex.jar #1

Open mickjc750 opened 1 month ago

mickjc750 commented 1 month ago

Hi this doesn't appear to work with 11.0.23 Any suggestions?

mick@mickspc:~$ java -jar intelHex.jar Error: Invalid or corrupt jarfile intelHex.jar mick@mickspc:~$ java --version openjdk 11.0.23 2024-04-16 OpenJDK Runtime Environment (build 11.0.23+9-post-Debian-1deb10u1) OpenJDK 64-Bit Server VM (build 11.0.23+9-post-Debian-1deb10u1, mixed mode, sharing)

micha2070 commented 1 month ago

Hi, I have no debian-linux installed but I tried it on Windows WSL. So I installed just fresh OpenJDK and started: java -jar intelHex.jar and also: java -jar intelHex.jar -h no errors my java -version openjdk version "11.0.23" 2024-04-16 OpenJDK Runtime Environment (build 11.0.23+9-post-Debian-1deb11u1) OpenJDK 64-Bit Server VM (build 11.0.23+9-post-Debian-1deb11u1, mixed mode, sharing)