Java jasper report NullPointerException
- by William Welch
I am new to Java and I am running into this issue that I can't figure out. I inherited this project and I have the following code in one of my scriptlets:
DefaultLogger.logMessage("DEBUG path: "+ reportFile.getPath());
DefaultLogger.logMessage("DEBUG parameters: "+ parameters);
DefaultLogger.logMessage("DEBUG jr: "+ jr);
bytes =…