| Article: |
Hibernate Your Data | |
| Subject: | java.lang.NoClassDefFoundError: org/dom4j/Attribute? | |
| Date: | 2004-05-24 06:43:22 | |
| From: | thenrick | |
|
I have set up everything and compiled it in Eclipse and I am getting the following error.
|
||
Showing messages 1 through 2 of 2.
-
java.lang.NoClassDefFoundError: org/dom4j/Attribute?
2004-08-06 12:03:50 hiber [View]
-
java.lang.NoClassDefFoundError: org/dom4j/Attribute?
2004-06-02 12:34:24 sssss1 [View]
I've seen that. About 30 minutes ago. You've got to get the jar files in hibernate/lib onto your classpath. There are a million of them. The hibernate docs have a list of which are really necessary, but you're missing at least the dom4j jar.
Good luck,
Scott



Thanks a lot!