Search:

Type: Posts; User: nasi

Search: Search took 0.11 seconds.

  1. Re: AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space

    sorry for bothering. I think the problem is that I instanciate a LecturereArea object in UploadListener class and agian I instanciatean UpLoadListenr object in LecturerArea class, and it causes an...
  2. Re: AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space

    there are some other classes in this package that I haven't sent them for you. when I execute the program without that mentioned line, it works properly and reads my file and writes it on the...
  3. Re: AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space

    this is a code, the problem is with the line in Bold
    package LiveLectureNotes;


    import javax.swing.*;
    import javax.swing.text.*;
    import java.awt.*;
    import...
  4. AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space

    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"...
Results 1 to 4 of 4