未找到源异常
在我的应用程序中,我有一个名为“Transferdatanew.jsp”的 JSP 文件。当我要使用我的应用程序时,我收到了 numberformatexception
异常,但是当我单击那里时,我收到一条消息“未找到 org.apache.jsp._Transferdatanew 的源”。
这意味着什么?请帮我。我是 Java 新手。
In my application i have a JSP file named "Transferdatanew.jsp". When I am going to use my application, I am getting an exception as numberformatexception
, but when I clicked there I am getting a message as "source not found for org.apache.jsp._Transferdatanew".
What does this mean? Please help me. I am new to Java.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很明显“Transferdatanew.jsp”存在问题。我敢说 jsp 正在接收的输入不是它期望的数字格式。
您不应该担心“未找到源异常”,除非您想查看源......它将位于 $TOMCAT_HOME/work 子文件夹之一中。
Its pretty clear that there is a problem in the 'Transferdatanew.jsp'. I'd venture so far as to say that the jsp is receiving an input that is not in the numerical format it expects.
You should not be worried about 'Source not found exception' unless you want to see the source .... which will be in one of the $TOMCAT_HOME/work subfolders.