Chromedriver relative path

when try to start chromedriver and put path of chromdriver to inside app itself not working
options.setChromedriverExecutable(System.getProperty(“user.dir”)+“src//test//java//resources//chromedriver.exe”);

as when make path absolute path it works
//options.setChromedriverExecutable(“D://projects//pik_App//src//test//java//resources//chromedriver.exe”);
i need to make path inside framework not absolute path