Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Spring with Hibernate Integrating Hibernate with Spring Create a SessionFactory and DataSource

why do we need to include h2-1.4.191.jar? Can't we just use the external library as always?

I just don't get:

why do we need the external library?

how do we "import" that library into our cp?

1 Answer

David Sielert
David Sielert
775 Points

You can however the embedded gradle jar is in a hashed directory under your username and isn't the same for everyone :

java -cp C:\Users\david\.gradle\caches\modules-2\files-2.1\com.h2database\h2\1.4.197\bb391050048ca8ae3e32451b5a3714ecd3596a46\h2-
1.4.197.jar org.h2.tools.Server

In my case.. it is alot easier to just use an embedded jar of the same version as you can see..