In my J2EE web project, I have a simple JSP (HomeScreen.jsp) and a servlet class (HomeScreenServlet.java) behind it. This class is calling non-static method (PDFAwt1) from another class (PDFAwt) which in turn calls many other methods from many different classes, as usually happens.
When I try to create an object of the PDFAwt to call PDFAwt1(), I get an exception:
Here is a little preview of PDFAwt1()
CreateExcelFile()
Not able to find where the problem is exactly.. please help..