GarouDan
01/11/2020, 2:46 PMe: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class tornadofx.UIComponent, unresolved supertypes: javafx.event.EventTarget
class <http://tornadofx.App|tornadofx.App>, unresolved supertypes: javafx.application.Application
For now I’d prefer to rely on Java 8 (because of some other modules of mine), my current Java configuration is:
openjdk version "1.8.0_232"
OpenJDK Runtime Environment (Zulu 8.42.0.23-CA-macosx) (build 1.8.0_232-b18)
OpenJDK 64-Bit Server VM (Zulu 8.42.0.23-CA-macosx) (build 25.232-b18, mixed mode)
Arthur
01/11/2020, 4:09 PMaltavir
01/11/2020, 6:58 PMGarouDan
01/12/2020, 10:50 PM