Hi there, working towards PhD in LabSTICC for future publications with IoT simulated in CupCarbon
I've got a dual-boot machine (Ubuntu 20.04 / Windows) and even though I have succeeded tp launch CupCarbon on Windows, I would like for external codes implementation to install it on Ubuntu.
I've tried either the basic launch ("java -jar cupcarbon.jar") or with Eclipse, but nothing had worked.
Before asking of course, I've checked my environnement variable JAVA_HOME and, java version to make sure it was the same as my working dual on Windows. (java 1.8.0.22)
I get from terminal :
Welcome to CupCarbon Version Twin IoT 6.5
Session Generation ...
Versio Code Update: 40
Exception in thread "main" java.lang.UnsupportedOperationException: Internal Error
at com.sun.glass.ui.gtk.GtkApplication.lambda$new$137(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:146)
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:675)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:695)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$385(LauncherImpl.java:182)
at java.lang.Thread.run(Thread.java:748)
Is there anything I can do to make it work ? Thanks a lot !