facebook

Where does MyEclipse search for DTD files?

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255910 Reply

    Scott
    Member

    I keep getting this error:

    File not found: “http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd”.

    This file is located inside commons-validator.jar which is located on WEB-INF/lib, however, my validation.xml is erroring on the DOCTYPE.

    Scott

    #255938 Reply

    Riyad Kalla
    Member

    Scott,
    DTDs are first resolved from the XML catalog (Window > Prefs > MyEclipse > Editors > XML > XML Catalog) and secondly it will actually try and download the DTD from the location directive in order to provide validation and autocomplete for you files.

    If you are behind a proxy, be sure to setup your proxy information under the Internet Tools preferences so the editor can grab the file it wants.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Where does MyEclipse search for DTD files?

You must be logged in to post in the forum log in