yilmaz ay wrote:
>
> i am having the below compile time error message:
> ... java.io.UnsupportedEncodingException ...
> as if my JVM doesn't recognize big5 charset .
>

 Most of the error message came through as gibberish,
it would help the english-speakers among us to provide
a translation. But if it's a _compile_ time message,
then it's got to be complaining about an exception not
being caught, right?

 Looking at the java.lang.String javadocs, sure enough,
java.lang.String.getBytes throws that exception.

 I'm sorry if this is too basic, I might not be
understanding your problem, but: Do you understand
what an exception is? And what it means to 'catch' an
exception?


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to