Hi, all:

I have a jsp program can run well with NT+IIS+ServletExec, but it got error in
NT+Orion.
The error messages are like this:
Syntax error in source
__jspPage6.java:13: Class BufferedReader not found.
        rstr = new BufferedReader(new InputStreamReader(
                   ^
Note: __jspPage6.java uses or overrides a deprecated API.  Recompile with
"-deprecation" for details.
1 error, 1 warning

I use the following statement in my jsp program:
String rstr = new BufferedReader(new InputStreamReader(new
StringBufferInputStream(str), "Big5")).readLine();

Can anyone give me a hint to solve this? Thanks!

--
  Ming-Cheng Chen (������)
  Associate Researcher
  ChungHwa Telecom Co., Telecommunication Lab.
  Electronic Toll Collection for Highway Project
  Tel: 886-3-4245996     Fax: 886-3-4245194
  E-mail: [EMAIL PROTECTED]
  http://www.ham.com.tw/~bm4acd

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to