eclipse报错: The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. 我出现这个的原因是,想写个 servlet 的 java 代码封装好连接数据库的操作。
eclipse报错:The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
我出现这个的原因是,想写个 servlet 的 java 代码封装好连接数据库的操作。
本来在jsp脚本段能够正常运行的java代码放到纯java文件的java类中就报错了。
解决这个很简单(然而我以为我的库出问题了...或者代码哪里冲突了,检查了一节课....没想到在这上面栽跟头了...)
右键运行java代码的时候,请一定要选择第二个!不要惯性随手选第一个!这是java代码!
同理,在Jsp中进行调试的时候也是!在调试中不要点击平时我们习惯的绿色按钮,点击旁边那个小虫子。
tomcat服务器最好重启为调试状态的。