Hi
I have a java class.
it.eng.ancona.view.RuoliView$TabElaborazioneFattureValidazione$ ElencoDettaglioElaborazioneFattureValidazione$RigaElencoDettaglioElaborazioneFattureValidazione
(i break the line for better readable)
Is so long for multiple inner class.
If i use 1.4.2_07-b05 on Eclipse and i call this class, all go fine.
If i use 1.4.2_07-b05 on Tomcat 5.0 it throw NoClassDefFoundError.
I try to cut the class name and after this all work fine.
I search on internet and i find that the max length for a class name is > 65000, so the length should be ok. And on eclipse all work.
The OS is Vista.
Someone know if it's a bug o anything else?
Thanks.
ps.Sorry for my bad english :\
[EDIT] It's a OS problem, i move the tomcat directory one level up and the long class was found.
Thanks all