Beginner |
|
Joined: Sun Aug 22, 2004 5:32 pm Posts: 40
|
I am having an issues with me DTD file. My development computer does not have internet access. All of my files containing the following tag are showing an error message:
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 2.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd">
The error message in the IDE (Rational Websphere) is below:
Unable to connect to host: "hibernate.sourceforge.net".
I tried to put the DTD file in the class path, but still no luck. Anyone have any suggestions on how I can resolve this issue?
Thanks.
|
|