java - Relative path on Eclipse EE -


i'm doing project in eclipse ee , tried give relative path take file use template generate jasperreport report, not giving me errors. if give absolute "d: \ \ template" not fail.

my question how tell choose relative path folder called "template-report" in: >> src >> project name-reports >> template.jasper templates.

regards

relative paths in application launched eclipse resolved relative application's working directory. default, (file system) directory corresponds project, can alter using application launcher configuration.

this q&a offers alternative approach (i think): default eclipse working directory


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -