1

How do I set the classpath in eclipse which is used by Hibernate Tools?

I have tried right-clicking on my project, going to properties, then Java Build Path, then the Libraries tab, and adding the appropriate JARs. However, Hibernate Tools still gives a classNotFound even after I added the JAR using the above process.

Guillaume Husta
  • 4,049
  • 33
  • 40
David
  • 11
  • 3

1 Answers1

0

The Classpath is set in the "Hibernate Console Configuration" dialog box. It appears to be separate from the standard eclipse classpath.

David
  • 11
  • 3