proj-imim:
Re: iCab java error
Helmut Dersch 2000-May-18 12:54:07
Paul Ellis wrote:
>
> java.lang.NumberFormatException#5000000java.lang.NumberFormatException:
> #5000000
You are setting the maxarry size to #5000000 in your html-file
which is an invalid number. The html file that came with PTViewer 0.8
had this error too. IE and Netscape don't complain, but simply
ignore it. This might also be the reason why the maxarry trick doesn't
work on your system, and that you have large download times in IE etc.
Simply change the tag to 5000000 without '#' and it should work.
Regards
Helmut Dersch