why i can't generate the file in Adobe CQ
Write a bundle and Jsp page call the function, it's weired that can't generate and find the file.
@Override public String generateFileTest() { File file = new File("test.xml"); file.createNewFile(); return file.getAbsolutePath(); }
Anybody know the reason? BTW, if need to set configure in AEM?
Thanks in advance.