Skip to Content
0
Oct 08, 2004 at 09:02 AM

NoClassDefFoundError: com/sap/sql/log/OpenSQLException

40 Views

I have developed a Java project. It consists of 2 SQLJ files and then a Java class. When I try to execute the Java program, I get a Java error:

java.lang.NoClassDefFoundError: com/sap/sql/log/OpenSQLException

at com.mbb.crrs.business.report.dao.ReportDAO.<init>(ReportDAO.sqlj:23)

at com.mbb.crrs.business.report.dao.Test.main(Test.java:24)

Exception in thread "main"

I notice a similar problem on message: which-jar-to-include-comsapsqllogopensqlexception

Is that something that I need to maintain for it to work? Thank you.