> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Subject: Error java.lang.String.replace
> 
> Error message  
> java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/Ch
> arSequence;)Ljava/lang/String;
> Exception type        java.lang.NoSuchMethodError
> 
> I'm not a coder, so I try to figure out what's the problem 
> and in my research I read that these crashes appear when the 
> code uses some method which didn't exist before JDK 1.5.

Yes, the replace() method with two CharSequence arguments is new with
1.5.  Looks like your choices are to either modify the open source
routine or install the newer JDK.  Since you admit to not being a
programmer...

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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

Reply via email to