Jump to content

Recommended Posts

Posted
i want to give the path of files which are using in servlet but it is giving me error (java.lang.NullPointerException) bcoz of invalid path
plz help me out with the path
Here is MyCode
:=
public static Document getDOM(String test) throws SAXException,ParserConfigurationException,IOException, URISyntaxException
{
Document dom=null;
File quizFile=null;
quizFile=new File("/home/thakurs/public_html/"+test+"-quiz-1.xml");
System.out.println("Quiz File Absolute Path "+quizFile.getAbsolutePath());

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...