Ganesh Walave wrote:
> I am using UBUNTU operating system and trying to use Hibernate JPA in
> my application but it gives java.lang.NoClassDefFoundError: Could not
> initialize class org.hibernate.ejb.Ejb3Configurati the same project
> works on windows operating system.
Are you sure you have same set of libraries in both environment?
> i have included is other dependent library which was use full for me
> (the server is glassfish v2 and id is netbeans 6.5) what is the sulution
> in glassfish update center i found that Hibernate JPA library supports
> specifick os is it tru?
Hibernate is available for update center of GlassFish *V3* and it is OS
independent.
> please suggest.