Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Re: Exception in thread "main" java.lang.NullPointerException.

    You're welcome.
  2. Re: Exception in thread "main" java.lang.NullPointerException.

    The array sentenceTriples is filled with nulls until you initialize each element:

    sentenceTriples[i][j] = new Triple();
Results 1 to 2 of 2