I am following a tutorial which states I should include certain libraries in my Library Wrapper Module, in order to have Hibernate function in a Java Netbeans Platform application.
The files required are as follows:
• hibernate3.jar
• lib/antlr-x.x.x.jar
• lib/asm.jar
• lib/asm-attrs.jar
• lib/cglib-x.x.x.jar
• lib/commons-collections-x.x.x.jar
• lib/commons-logging-x.x.x.jar
• lib/dom4j-x.x.x.jar
• lib/jta.jar
• lib/log4j-x.x.x.jar
I downloaded the Hibernate Core ZIP file, after being linked to it from
http://hibernate.org. I can't remember whether it was a Sourceforge page, or not; however, either way, the ZIP file I downloaded did not include some of these files (e.g. asm.jar and asm-attrs.jar). Does anybody have a link to a Hibernate package which includes these libraries?
Many thanks.