未找到源异常

发布于 2024-10-06 01:13:58 字数 197 浏览 4 评论 0原文

在我的应用程序中,我有一个名为“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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

余生一个溪 2024-10-13 01:13:58

很明显“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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文