matsim-org / matsim-libs

Multi-Agent Transport Simulation
www.matsim.org
462 stars 436 forks source link

vsp contribution: package javafx.util does not exist #3358

Open applibres opened 2 weeks ago

applibres commented 2 weeks ago

Hi MATSim community:

I am using Eclipse as IDE and cloned the last version of the matsim-lib repository. I am interested to run vsp contribution, however when I tried to compile with pom.xml file using: RunAs->Maven Install, I got the next error: package javafx.util does not exist. I know that java.util package does not exist any more in javafx. Could you suggest how to fix that dependency?

Thanks.

kainagel commented 1 week ago

Dear Rolando, do you really need to clone matsim-libs? In general, we try to provide matsim in a way that you can start from https://github.com/matsim-org/matsim-example-project and pull in all matsim functionality as a dependency. Best wishes Kai