yes, in RAD JavaSource will be on classpath by default. Even after this, I was getting the error.
Actually in the cfg.xml file,
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
I had removed "http://hibernate.sourceforge.net/" and had put actual dtd in the same folder as I was getting 'Unable to connect to host:
http://hibernate.sourceforge.net' error in the RAD
IDE.
Now I added it again to the dtd, and its working now.
But IDE shows 'Unable to connect to host:
http://hibernate.sourceforge.net' Can you tell what is the problem with RAD IDE?