Я понятия не имею, что я мог сделать, потому что мое время, потраченное на программирование, растянулось, и я уже забыл, что я мог сделать. Но теперь, когда я загружаю Eclipse, он говорит:
The errors below were detected when validating the file "web-app_2_5.xsd" via the file "web.xml". In most cases these errors can be detected by validating "web-app_2_5.xsd" directly. However it is possible that errors will only occur when web-app_2_5.xsd is validated in the context of web.xml.
s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw 'JDK 6 XML-related APIs'.
The entity name must immediately follow the '&' in the entity reference.
Мои первые несколько строк в web.xml выглядят так.
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5">
Я читал, что это может быть ошибка с сервером, на котором извлекается файл, или с кешированием. Я отключил и очистил кеш, и насколько я могу сказать, сервер тот же, что и все остальные, если они не переключились на uraca oracle.com, и я еще не нашел его.
Любые мысли будут высоко оценены.