I have a problem with my report on project in NetBeans.
Why is my report cannot viewing while I execute my project.jar but there is no problem while I debug on NetBeans?
Here's the source code
File file = new File("**src/Report/TIKET.jrxml**");// is this the problem?
jasperDesign = JRXmlLoader.load(file);
param.clear();
jasperReport = JasperCompileManager.compileReport(jasperDesign);
jasperPrint = JasperFillManager.fillReport(jasperReport, param,cnn);
JasperViewer.viewReport(jasperPrint, false);