The compilers saying you have a NullPointerException... Which basically means during a process, something is being set to null. use an IDE Eclipse or Netbeans, or IntelliJ whatever you have, and set a breakpoint for each and every line of code that it brings in your compiler output,then debug the program and find where the compiler throws the exception, then just copy that code from "{" to "}" and paste it on here.





