Re: [JSP ] 請問一個import的問題?
※ 引述《dickstar (餛餛的幸福)》之銘言:
: 我有在Tomcat 5.5\webapps\test\WEB-INF\lib\dick的路徑下擺class
: 為什麼還是出現unable to compile class for JSP
: 這是原始碼
: <%@page contentType="text/html;charset=Big5" import="java.util.*,dick.*"%>
: <html>
: <body>
: <h1> this is a counter example <h1>
: <%! int i = 0; %>
: <%
: i++;
: %>
: Hello World ! <%= "This JSP has been accessed " + i +" times" %>
: </body>
: </html>
: 以下是一段errorCode
: org.apache.jasper.JasperException: Unable to compile class for JSP
: An error occurred at line: 3 in the jsp file: /gcd.jsp
: Generated servlet error:
: Math.FindGCD cannot be resolved to a type
錯誤訊息好像跟程式碼沒關係阿...
你的原始碼當中根本沒用到 Math.FindGCD()
(只是單純 Hello XXXX 的程式)
這樣子... 實在不太能 debug 起 T__T
(而且,感覺跟 import 沒啥關係)
另外,如果你自己寫了 Math 這個 class
(java.lang.Math 似乎沒有 FindGCD 這個 method)
建議你用直接指定 class 的做法
dick.Math.FindGCD()
--
侃侃長論鮮窒礙 網站:http://www.psmonkey.idv.tw
眾目睽睽無心顫 個人版:telnet://legend.twbbs.org
煢居少聊常人事
殺頭容易告白難 歡迎參觀 Java 版(@ptt.cc)精華區 \囧/
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 203.204.16.17
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 1 之 2 篇):
java 近期熱門文章
PTT數位生活區 即時熱門文章