cancel
Showing results for 
Search instead for 
Did you mean: 

Error when create a new SQLJ File

Former Member
0 Kudos

Hi

Any idea why I am getting the following error when I try to create SQLJ file?

Caught SQL Error: could not instantiate class: com.sap.dictionary.database.catalog.XmlCatalogReader

Accepted Solutions (0)

Answers (2)

Answers (2)

guru_subramanianb
Active Contributor
0 Kudos

Hi,

You are missing the jar file which is responsible for initializing the class. This is the base file for your catalog generation in SQLJ.Is this file missing from your "lib" folder of ur project structure?

Rdgs,

G

Former Member
0 Kudos

Most probably you are missing some particular jar file. Try to find the jsr file which contains XmlCatalogReader class with help of JAR class finder plugin. Then add the JAR to your projects classpath.

Regards,

Shubhadip