当前位置: 技术问答>java相关
帮忙看看这段程序,关于JSP和XML的!
来源: 互联网 发布时间:2015-04-11
本文导语: 这是某书上的一段例程,程序如下: 出错如下: 消息: Server caught unhandled exception from servlet [jsp10]: Compilation failed: "testxml.jsp" D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml...
这是某书上的一段例程,程序如下:
出错如下:
消息: Server caught unhandled exception from servlet [jsp10]: Compilation failed: "testxml.jsp" D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java:131: Missing term. _jspx_writeString(out, new String(_jspx_html_data[1])); ^ D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java:135: Missing term. _jspx_writeString(out, new String(_jspx_html_data[2])); ^ D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java:139: Missing term. _jspx_writeString(out, new String(_jspx_html_data[3])); ^ D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java:143: Missing term. _jspx_writeString(out, new String(_jspx_html_data[4])); ^ D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java:147: Missing term. _jspx_writeString(out, new String(_jspx_html_data[5])); ^ 5 errors
应用服务器WebSphere 3.5.4!
多谢各位!
出错如下:
消息: Server caught unhandled exception from servlet [jsp10]: Compilation failed: "testxml.jsp" D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java:131: Missing term. _jspx_writeString(out, new String(_jspx_html_data[1])); ^ D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java:135: Missing term. _jspx_writeString(out, new String(_jspx_html_data[2])); ^ D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java:139: Missing term. _jspx_writeString(out, new String(_jspx_html_data[3])); ^ D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java:143: Missing term. _jspx_writeString(out, new String(_jspx_html_data[4])); ^ D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java:147: Missing term. _jspx_writeString(out, new String(_jspx_html_data[5])); ^ 5 errors
应用服务器WebSphere 3.5.4!
多谢各位!
|
你将这个文件D:WebSphereAppServertempdefault_hostdefault_app_wrp_2F_xml_2F_testxml_2E_jsp_jsp_1.java贴出来看看那几行使什么
|
To:yuanzi(远子)
我现在想用JSP程序来生成一个.xml文件,我该如何作????
我刚刚接触.xml,希望你能多多指教。
生成之后又该如何读???
谢谢
我现在想用JSP程序来生成一个.xml文件,我该如何作????
我刚刚接触.xml,希望你能多多指教。
生成之后又该如何读???
谢谢