我正在使用RAD和WAS来运行我的耳朵应用程序。现在我将RAD迁移到Eclipse Blue并面临编译错误:
Referenced file contains errors (file:/C:/DEVTOOLS/MyEclipseBlue2014/configuration/org.eclipse.osgi/bundles/1128/1/.cp/dtds/loose.dtd).
For more information, right click on the message in the Problems View and select "Show Details..."
我的XML文件如下:
<?xml version="1.0" encoding="UTF-8"?>
<application-bnd
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://websphere.ibm.com/xml/ns/javaee"
xsi:schemaLocation="http://websphere.ibm.com/xml/ns/javaee http://websphere.ibm.com/xml/ns/javaee/ibm-application-bnd_1_0.xsd" version="1.0">
<security-role name="ValidUser">
<special-subject type="ALL_AUTHENTICATED_USERS"/>
</security-role>
你们中的任何人都可以帮我弄清楚这个错误的原因吗?我该如何解决?