breznak / openDS-oss

Mirror of the OpenDS.de car driving simulator
17 stars 12 forks source link

JavaFX not found #49

Closed breznak closed 8 years ago

breznak commented 8 years ago

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;

is this related to your changes @JohnnyMarek ?

breznak commented 8 years ago

OK, so this may be related to Linux's java 1.8 :/ https://stackoverflow.com/questions/23746431/jfxrt-jar-not-in-jdk-1-8