Hi,
I have written a java application with different classes. when I instanciate an object of one of this classes in another class, this message appearsException in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space". I checked to instanciate the object in other classes of the same package, I see that in this case there is no error. what might be the reason?
Regards,