Thanks for the tip Niklas

This helped loads.. from the link: http://www.i18nfaq.com/java.html I got the following:

How do I know if my JRE/JDK is the international version ?

The easy way to find out is to look under "lib" directory where you installed your JRE or JDK. If you see an "i18n.jar" file then you have the international version. If not, download the international version, since most of the asian encoding are not supported by English version of JRE/JDK.

Note: In JRE 1.4 and latter, lib/i18n.jar was replaced by lib/charsets.jar and lib/ext/localedata.jar

The solution is to remove i18n.jar from the classpath and restart coldfusion..

GX

From: Niklas Therning <[EMAIL PROTECTED]>
Reply-To: "James Developers List" <server-dev@james.apache.org>
To: James Developers List <server-dev@james.apache.org>
Subject: Re: Mime4j writeTo changes
Date: Thu, 29 Mar 2007 09:11:11 +0200

It could be that the Big5 charset isn't included in the JRE you're
using. Seems like other Coldfusion user have had similar issues:

http://www.nabble.com/forum/Search.jtp?query=sun.io.ByteToCharBig5.getIndex1


GX GLIX wrote:
> Hi Niklas
>
> here is info requested:
> os =  windows server 2003
> cpu(s) = intel x86 32 bit
> As you will see in the class path we are using coldfusion 6.1
>
> 'scuse the long post
>
> Java version
> --------------------
> java version "1.4.2"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
> Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)
>
>
> Classpath includes all the jre libraries (under jre\runtime) +
> C:\JRun4\servers\lib\CFX_ImageInfoMX.jar;
....SNIP
> C:\JRun4\lib\jrun.jar
>
>
> GX
>
>> From: Niklas Therning <[EMAIL PROTECTED]>
>> Reply-To: "James Developers List" <server-dev@james.apache.org>
>> To: James Developers List <server-dev@james.apache.org>
>> Subject: Re: Mime4j writeTo changes
>> Date: Thu, 29 Mar 2007 08:33:31 +0200
>>
>> GX GLIX wrote:
>> > Thank you Stefano for such a  prompt change.
>> >
>> > The parser compiles and is working now, however I get the following
>> > error with UTF8 encoded mail messages:
>> >
>> > java.lang.NoSuchMethodError: sun.io.ByteToCharBig5.getIndex1()[S at
>> > sun.nio.cs.ext.Big5$Decoder.<init>(Big5.java:45) at
>> > sun.nio.cs.ext.Big5.newDecoder(Big5.java:33) at
>> > java.lang.StringCoding$CharsetSD.<init>(StringCoding.java:166) at
>> > java.lang.StringCoding$CharsetSD.<init>(StringCoding.java:157) at
>> > java.lang.StringCoding.decode(StringCoding.java:213) at
>> > java.lang.String.<init>(String.java:320) at
>> > java.lang.String.<init>(String.java:346) at
>> > org.mime4j.util.CharsetUtil.<clinit>(CharsetUtil.java:1022) at
>> > org.mime4j.message.Header.writeTo(Header.java:150) at
>> > org.mime4j.message.Message.writeTo(Message.java:86) at
>> >
>> > Am I missing a charset or other jar?
>> > I tried google but with little luck.. perhaps you have some
>> sugestions?
>> >
>> > GX
>> Please provide us with some info on your environment: What os and
>> patform are you running? What's the output of "java -version"?
>>
>> --
>> Niklas Therning
>> www.spamdrain.net
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
> _________________________________________________________________
> Express yourself instantly with MSN Messenger! Download today it's
> FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Niklas Therning
www.spamdrain.net


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to