Skip to content

faq 73891871

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

Want to run MATLAB script from taxi optimizer.

by Yousef Hindy on 2016-07-13 23:49:19


Hello,

 

I have the taxi optimizer written, I just need it to call a MATLAB script that my colleague has written. I tried compiling the MATLAB script into a java package, but it requires that I be on JDK 1.7. I understand that the latest version of MATSim works on JDK 1.8. Any workarounds or suggestions for this?

Thanks!


Comments: 1


Re: Want to run MATLAB script from taxi optimizer.

by Michal Maciejewski on 2016-07-14 07:58:38

Hi, matsim (the core) and its contribs (incl. taxi and dvrp) are written in Java 1.7 (see contribs/pom.xml). So you can compile them for 1.7 and run in JDK 1.7. What might be a bit confusing, all playgrounds are in 1.8.

 

Clone this wiki locally