Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    7
    Views
    1,291

    Re: Problem with java media framework

    What was printed out when you added a println() statement to print out the values of the variables used on line 41? Which variable on that line has a null value? To solve this kind of error you need...
  2. Replies
    7
    Views
    1,291

    Re: Problem with java media framework

    Print the values of all the variables used on line 41 to see which one has the null value.
  3. Replies
    7
    Views
    1,291

    Re: Problem with java media framework

    What variable has the null value? Why doesn't that variable have a valid value?
  4. Replies
    7
    Views
    1,291

    Re: Problem with java media framework

    Please copy the full text of the error message and post it here.

    What variable has the null value? Backtrack in the code to see why that variable does not have a valid value.
Results 1 to 4 of 4