I hope you can help me.
I have something of this style in a code in a .java file:
objeto = new Object[] {
{ H1, H11, H12, H13},
{ H2, H21, H22, H23}
}
But the error marks me:
illegal initializer for Object
Am I wrongly initializing my object so it marks me the error? What forms do I have to initialize it? I must have that structure, thanks for the help.