Search:

Type: Posts; User: Jack Hammered

Search: Search took 0.10 seconds.

  1. Re: Java program runs out of memory (-xms1024 -xmx1024)

    It does appear that all my while loops do finish when they are meant to on a short text file: Although the files it is trying to read in are 100mb+ lists from IMDB. When running through the IMDB...
  2. Java program runs out of memory (-xms1024 -xmx1024)

    I do not know why my java program runs out of memeory about half way through the list?


    public static void getMovieFile() {

    int myBuffer, counter = 0;
    String aFile =...
  3. Replies
    2
    Views
    1,320

    Array of Movies

    I cannot work out why both entries are the same: Also can I enter the information by using:

    movie(title, released, certificate, description, rating, genre)

    package test;

    public class TEST {...
  4. Replies
    8
    Views
    1,778

    Re: New to Java: Arry of Objects

    Apparently there are too many problems with my code or with what I have said. I do not understand the terms or vocabulary very well: Neither I nor my code can express what I intended.

    Movie - Java...
  5. Replies
    8
    Views
    1,778

    Re: New to Java: Arry of Objects

    Thank you for your help: I guess me being new to Java I wouldn't know what I was doing. I thought I created an object of (movie) and I wanted to import that into a position within the movieList (MML)...
  6. Replies
    8
    Views
    1,778

    Re: New to Java: Arry of Objects

    Post removed
  7. Replies
    8
    Views
    1,778

    New to Java: Arry of Objects

    Post removed
Results 1 to 7 of 7