2024-01-08 9:33 PM
There is an uninstaller at ~/STMicroelectronics/STM32Cube/STM32CubeProgrammer/uninstaller/uninstaller.jar
But when I java -jar it, it just produce a log then exited, and nothing in the log actually mean anything useful.
I see there is a old post about the same issue, but it never got any further.
As a software product from an actual company, not provide a working uninstaller is unacceptable.
Please fix this or provide a workaround ST.
2025-07-29 9:00 AM
Here is the contents of the log file generated when uninstaller.jar is run. Not very informative to me I am afraid!
xuraax@MyRoute:~/STMicroelectronics/STM32Cube/STM32CubeProgrammer/uninstaller$ cat /tmp/izpack14243443776489461469.log
2025-07-29T16:36:38.117 Phase 1: JarFile: /home/xuraax/STMicroelectronics/STM32Cube/STM32CubeProgrammer/uninstaller/uninstaller.jar
2025-07-29T16:36:38.409 Phase 1: Extracted 1404 files into /tmp/izpack14243443776489461469.d
2025-07-29T16:36:38.444 Phase 1: Spawning phase 2:
/usr/lib/jvm/java-21-openjdk/bin/java
-classpath
/tmp/izpack14243443776489461469.d
-Dself.mod.base=/tmp/izpack14243443776489461469
-Dself.mod.jar=/home/xuraax/STMicroelectronics/STM32Cube/STM32CubeProgrammer/uninstaller/uninstaller.jar
-Dself.mod.class=com.izforge.izpack.uninstaller.Uninstaller
-Dself.mod.method=uninstall
-Dself.mod.phase=2
com.izforge.izpack.util.SelfModifier
2025-07-29T16:36:38.446 Phase 1: Exit
2025-07-29T16:36:39.612 Phase 2: Spawning phase 3:
/usr/lib/jvm/java-21-openjdk/bin/java
-classpath
/tmp/izpack14243443776489461469.d
-Dself.mod.base=/tmp/izpack14243443776489461469
-Dself.mod.jar=/home/xuraax/STMicroelectronics/STM32Cube/STM32CubeProgrammer/uninstaller/uninstaller.jar
-Dself.mod.class=com.izforge.izpack.uninstaller.Uninstaller
-Dself.mod.method=uninstall
-Dself.mod.phase=3
com.izforge.izpack.util.SelfModifier
2025-07-29T16:36:41.171 Phase 2: deleting sandbox
xuraax@MyRoute:~/STMicroelectronics/STM32Cube/STM32CubeProgrammer/uninstaller$