struts不熟悉
但你可以查一下你的jre是否配置正确。还有 Line breakpoint RegisterAction [line:31] -execute 你是不是不小心在31行设置了Debug断点了!

解决方案 »

  1.   

    应该是你在你的eclipse编辑区的左边添加了一个Line Breakpoint,你找到那个点,再双击去掉就行了,,,
    如有兴趣请加QQ群:59104913  本群专门做java技术交流 
      

  2.   

    Mutiple ers in this line 
                                         Debug Current Instruction Pionter 
                                         Line breakpoint RegisterAction [line:31] -execute 
                                        (ActionMapping,ActionForm,HttpServletRequest,HttpServletResponse) 
    去断点...
      

  3.   

    再问兄弟们一个问题,我在Myeclipse里面建工程的时候已经引入Struts包了,但是是用Struts标签的时候出现这个错误:http://struts.apache.org/tags-bean cannot be resolved in either web.xml or the jar files deployed with this application 。 但是我在web.xml面配好了,居然也不行,我是这样配的:
    <taglib>
        <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
        <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
    </taglib>
    另外几个也是分别这样配..... 有哪里错了吗?
      

  4.   

    1。 /WEB-INF/struts-bean.tld 下有这个文件么?
    2。 /WEB-INF/lib下面是不是有相关的jar包?
    3。 这些相关的jar包是不是配置到Eclipse的java构建路径里去了?