>This is not meant to be rude, but don't you think a basic Java introduction would be useful material for you?
Thanks for the advice; however, I think you misunderstood my question. And I don't think the answer would be found in an introductory text. In fact, the answer doesn't appear in my advanced text either.
>Of course you reference both JARs, this is called classpath.
I realize that classpath references are needed for jars.
>It is very likely that you will also add other JARs to your classpath for a full application, e.g. your JDBC driver.
Again, here is my question rephrased: Can all of these jars (hibernate2.jar, JDBC.jar, etc) be placed inside of a single jar?
|