From: Sean R. <sra...@ae...> - 2005-07-25 21:51:31
|
Hotmail wrote: >Hi Sean, > >I had the same exact problem. I got around it by breaking up the >sb.append().append() statement. For example sb.append(); sb.append(); and so >on. Not sure why it works but it does. I think that it has to do with the >implementation of AbstractStringBuilder as a private class in java.... > >I'm using jdk 1.5.1 and except for this instance, everything else compiles >correctly. I have not noticed any adverse effect using 1.5, if you or >anyone does, I would appreciate a heads up. > > Tried breaking up the append statements, but no luck. Will download JDK 1.4 and let you know if that solves it. Sean |