NoClassDefFoundError: org/apache/commons/logging/LogFactory
问题 I'm new in JasperReports and I want to integrate a JasperReports into my Java program, so when I click print button the program will show the report. But I get a NoClassDefFoundError when I click the button. Code JButton btnReport= new JButton("Report"); btnReport.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent arg0) { try{ String fileName= "src/learnReport/Leaf_Grey.jasper"; Connection con = connect.getConnect(); File file = new File(NameFile); JasperReport