|
Question : How to configure resolve component intialization problem?
|
|
After the data base creation - tables are created then while initializing components at the first component initialization it shows the error message
Error
java.lang.RuntimeException: Could not create Component: absenteeBidList
Please refer the attached error message file give me suggestion to solve this issue.
|
Answer : How to configure resolve component intialization problem?
|
|
>> Caused by: java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel/HSSFWorkbook
Which means, the HSSFWorkBook class is not in the classpath..
put the apache poi library in the classpath..
|
|
|