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
Post a Comment