I've started receiving error where JFX is not found:
/mnt/store/devel/driving/openDS2/src/eu/opends/main/Simulator.java:41: error: package com.sun.javafx.application does not exist
import com.sun.javafx.application.PlatformImpl;
/mnt/store/devel/driving/openDS2/src/eu/opends/visualization/MoviePlayer.java:34: error: package javafx.beans.value does not exist
import javafx.beans.value.ChangeListener;
I've started receiving error where JFX is not found:
is this related to your changes @JohnnyMarek ?