n 19 Apr 2004 13:28:13 -0700, yonathan@berkeley.edu (Mark88) wrote or
quoted :
>import: sun.io.CharToByte8859_1;
you are cheating. You are not supposed to use these sun.* classes only
indirectly.
The class file lives in C:\j2sdk1.4.2_04\lib\charsets.jar
What happens if you put this jar explicitly on the classpath?
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
> import sun.io.CharToByte8859_1;
>
> public class <class-name> extends CharToByte8859_1{
http://java.sun.com/products/jdk/faq/faq-sun-packages.html
/Thomas