2024-06-17 04:20 PM - last edited on 2024-06-17 11:44 PM by Peter BENSCH
I think my problem is almost same with jlrstm's one.
but I cannot get a solution about it.
I have a STM32MP157C-DK2 board.
please help me.
root@jesong:/usr/local/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin# ./STM32CubeProgrammer
./STM32CubeProgrammer: line 4: cd: /usr/local/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin : No such file or directory
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:893)
Caused by: java.lang.UnsupportedOperationException: Internal Error
at com.sun.glass.ui.gtk.GtkApplication.lambda$new$5(GtkApplication.java:158)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.<init>(GtkApplication.java:140)
at com.sun.glass.ui.gtk.GtkPlatformFactory.createApplication(GtkPlatformFactory.java:41)
at com.sun.glass.ui.Application.run(Application.java:147)
at com.sun.javafx.tk.quantum.QuantumToolkit.startup(QuantumToolkit.java:257)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:211)
at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:581)
at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:330)
at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:321)
... 5 more