From terminal:
svn checkout svn://svn.code.sf.net/p/jmt/code/trunk jmt
cd jmt
curl https://raw.githubusercontent.com/jmt-improved/OriginalRoutingPatched/master/jmt_patch > jmt_patch
patch -p0 < jmt_patch
mvn clean install
- Import maven project in the IDE
- Create a new run configuration in
Run->Edit Configurations..
as Java Application with Main class set tojmt.gui.jsimgraph.mainGui.MainWindow