交表单Ecplice中出 :Source not found for Class<T>.getDeclaredConstructors0(boolean) line: not available [native method] 的意思???谢了!
...全文
185114打赏收藏
请问高手提交表单Ecplice中出 :Source not found for Class.getDeclaredConstructors0(boolean) line: not available [native method] 的意思???谢了!
交表单Ecplice中出 :Source not found for Class.getDeclaredConstructors0(boolean) line: not available [native method] 的意思???谢了!
web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.5"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
<servlet>
<description>This is the description of my J2EE component</description>
<display-name>This is the display name of my J2EE component</display-name>
<servlet-name>message</servlet-name>
<servlet-class>message</servlet-class>
</servlet>
<servlet>
<description>This is the description of my J2EE component</description>
<display-name>This is the display name of my J2EE component</display-name>
<servlet-name>getMessage</servlet-name>
<servlet-class>getMessage</servlet-class>
</servlet>
我看了你的程序,本想给调试下,可是看了下,你只给核心的代码,无法给你调试。
上面的代码没异常的地方,估计看看是不是其他的代码错了
Source not found for ApplicationFilterChain.internalDoFilter(ServletRequest, ServletResponse) line: 307
应该是过滤器代码有错误