constant string too long
843810Feb 23 2006 — edited Sep 1 2007Is there a limitation on the length of a java.lang.String object ? I could not find any documentation related to this, but when I specify a very long String in my program i get the error :
'constant string too long'
I need to use very long strings .. is there any workaround ?
Pankaj