Search:

Type: Posts; User: KAJLogic

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    IllegalAccessException



    That loop was in charge of doling out instructions for image loading processes.
  2. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    Applets are not allowed to load certain classes I guess. So my thread watcher gained an exception and kept on trucking (as it should), but I was unable to access the proper variables to set them to...
  3. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    I wasn't implying that it was, just that I design all my GUI (aside from Component, and the event APIs).

    I will look into the browsers java plugins and how they are ran, but let me be very clear....
  4. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    Well I'm not using any swing API, and I believe I practice thread safety quite well; on top of that the program runs on my computer fine, and the memory is lower than even chrome with a couple...
  5. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    I am getting such varied responses on the applet. My applet was running fine, then I added two additional images and everything got disrupted. I even switched to loading all data on the fly when it...
  6. [SOLVED] Re: applet out of memory error (how to increase available heap space)

    That is what I was thinking, but I there must be some reason why running as an applet reduces my available memory? I mean it is not even close when running on my computer. Do you know where the...
  7. [SOLVED] applet out of memory error (how to increase available heap space)

    I was wondering where is the memory allocated for an applet; by the browser; by the JVM; some applet specific java option? I get an out of memory error when running my applet (loading pictures).
Results 1 to 7 of 7