Hi,
I have tried working with Struts and Hibernate.
I combined both and have been working for long for having facing a single problem.. Please can u help me in finding the solution of the same.?
My Struts App Name is LibraryWeb and My Hibernate is LibraryPersistence. What happens is that I have deployed both the application, and when trying to view the Account List View, I’m getting a Error as “java.lang.NoClassDefFoundError: com/tcs/ge/cecil/hibernate/LibraryManager” . I’m very well aware this Error is because the java compiler is not able to locate the appropriate file at teh right location.
See, We would have deployed the LibraryPersistence.war file, and these classes file are located in the Web-Inf folder. Perfectly Fine.
And the LibraryWeb.war is also located at the Web-Inf\classes folder.
I have made the link between the two by making the LibraryWeb\Java Build Path to point to the LibraryPersistence…
Is there any other settings.. I should make.. Please I need your help..
Thanks,
Cecil.C.