0

In my project Java EE

enter image description here

enter image description here

String source=getServletContext().getInitParameter("source");
        source=getServletContext().getContextPath()+source;
    //  source=getServletContext().getRealPath(source);
         System.out.println(source);


    RDVDao dao=new RDVDaoXML(source);
Pierre.Vriens
  • 2,117
  • 75
  • 29
  • 42
  • Please add more details to your question and don't use screenshots to convey the problem, otherwise the question may be closed. – AlBlue May 01 '16 at 09:59
  • okey, i want to read and write from a File XMl my project is developped using java EE so i will use a relative path to access into file XML – youssef youssef May 01 '16 at 10:04

0 Answers0