[HHH-3397] Wrong "jsdk.jar" referenced in the tutorial
Yes, again. git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15039 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
bf2718ec03
commit
203cd60e2a
|
@ -1566,8 +1566,9 @@ out.close();]]></programlisting>
|
|||
|
||||
<para>
|
||||
Before you compile and deploy the web application, note that an additional library
|
||||
is required: <literal>jsdk.jar</literal>. This is the Java servlet development kit,
|
||||
if you don't have this library already, get it from the Sun website and copy it to
|
||||
is required: <literal>servlet.jar</literal>. This is the Java Servlet Development Kit,
|
||||
if you don't have this library already, get it from the
|
||||
<ulink url="http://java.sun.com/products/servlet/archive.html">Sun website</ulink> and copy it to
|
||||
your library directory. However, it will be only used for compilation and excluded
|
||||
from the WAR package.
|
||||
</para>
|
||||
|
|
Loading…
Reference in New Issue