Skip to content

faq 34045969

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

What is my "root" directory from where all pathnames ("./xxx...") are defined?

by Kai Nagel on 2015-08-27 11:13:02


Comments: 1


Re: What is my "root" directory from where all pathnames ("./xxx...") are defined?

by Kai Nagel on 2015-08-27 11:13:19

 If you call "java -cp .../matsim.jar ...", it is the directory where you execute this command.

In Eclipse, it is normally the root of the project. So if you have a project called MATSim, and a directory "inputs" inside this, you need to say "./inputs/...".

Clone this wiki locally