Skip to main content
GJet7
Visitor II
January 15, 2023
Question

Error installing stm32cubeproj 2.12.0 SEVERE: com.izforge.izpack.api.exception.IzPackException: Console implementation not found for panel: com.st.CustomPanels.AnalyticsPanels

  • January 15, 2023
  • 4 replies
  • 3377 views

WORKING:

> sudo java -jar SetupSTM32CubeProgrammer-2.11.0.exe

FAILS

> sudo java -jar SetupSTM32CubeProgrammer-2.12.0.exe

Completely uninstalled JAVA, then reinstalled - no change.

Reviewed several community posts, no solution yet.

Environment: macOS Big Sur

This topic has been closed for replies.

4 replies

Zak
Associate II
February 6, 2023

Same issue on Feb 6th, 2023

Dfabr.1
Visitor II
June 1, 2023

Bonjour j'ai le même souci avec Debian.En utilisant l'ordonnanceur Linux et Windows.

manque t il une librairie en java?

MKori.1
Associate III
July 3, 2023

Same issue today under Linux with:

> sudo ./SetupSTM32CubeProgrammer-2.13.0.linux

jhnlmn
Associate II
August 12, 2023

It appears that SetupSTM32CubeProgrammer is a GUI app, so it has to be run without sudo but with DISPLAY:

DISPLAY=:0 ./SetupSTM32CubeProgrammer-2.14.0.linux

MKori.1
Associate III
August 16, 2023

Yes! You are correct. This works for me also with Version 2.13. Very interesting information as I didn't find any information about a change in the installer in the release notes for 2.11.

Thank you!