2026-01-23 6:53 AM
-> % java -jar SetupSTM32CubeMonitor-Power.jar
Command line arguments:
SEVERE: java.lang.ArrayIndexOutOfBoundsException: Index 70131 out of bounds for length 22674sha256 checksums:
SetupSTM32CubeMonitor-Power.jar 6638b2c15ada4d359f796484856db1c54d120acfca4c59775a265a8665bf3b35
cubemonpwr-lin-v1-2-1.zip 01d4e9fcc6a3024f957b7c70f1ec3912557b41a189f075822a4ec5f059a60824
Solved! Go to Solution.
2026-01-28 3:01 AM - edited 2026-01-28 3:07 AM
Install Java 17 (Old version) instead of the latest version Java 21, And it will work.
I also had the same problem; Java 17 helps.
2026-01-28 3:01 AM - edited 2026-01-28 3:07 AM
Install Java 17 (Old version) instead of the latest version Java 21, And it will work.
I also had the same problem; Java 17 helps.
2026-01-28 6:46 AM
Java 17 solves the problem.
Additionally - my current version of Ubuntu uses openjdk 21 as default and I had to run openjdk 17 using this command:
/usr/lib/jvm/java-17-openjdk-amd64/bin/java -jar ./SetupSTM32CubeMonitor-Power.jar