// fileName contains path with filename

File file =  new File(fileName);

  parser = new PDFParser(new FileInputStream(file));      //  problem here


 this code working fine in the eclipse mode

after creating .jar is not working

any one suggest me

Reply via email to