Search:

Type: Posts; User: John

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: OutOfMemoryError: Java heap space

    Wahoo it worked!!!!=D>

    I think i must have been navigating to the wrong directory when i was trying to execute it! I'm a complete idiot!

    Thanks for that!

    Right basically i've got my program...
  2. [SOLVED] Re: OutOfMemoryError: Java heap space

    Emm no i use JCreater.

    Think this is another problem that i may have to deal with later amongst others lol.

    I mean it still saves files of a smaller size, but the sizes of .wmdb can vary.

    I...
  3. [SOLVED] Re: OutOfMemoryError: Java heap space

    When i try the command: java -Xms32m -Xmx128m it comes upwith the following:


    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile...
  4. [SOLVED] Re: OutOfMemoryError: Java heap space

    I've got 1GB of RAM and the CPU usage seems to vary between 30 and 60% when the program is running :(|)
  5. [SOLVED] Re: OutOfMemoryError: Java heap space

    Hey i've posted my code below

    Do you think there could be a problem in my coding that may be causing this? :(|)



    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import...
  6. [SOLVED] Re: OutOfMemoryError: Java heap space

    Hey cheers for the reply

    I've tried to change it in the control panel but it's at its maximum and it doesn't seem to work either when i try to do it via the command prompt.

    The program still...
  7. [SOLVED] Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space

    Hi i'm creating a program that opens a file and then sends the output to the GUI. If the user wishes they can then save a copy of the output to another file.

    My program seems to open files without...
Results 1 to 7 of 7