I have java class with name MyClass and inside I am adding new Object. When look at the the jar by winzip I saw the duplicated class as below.
MyClass$1.class
MyClass$2.class
and so on.
What does it mean? Is it a problem as when I tried to open that jar file with decompiler it gives the error below
An unhandled exception occured. Press "Abort" to terminate the program, "Retry" to exit the program normally and "Ignore" to try to continue.
Thanks in advance.