Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Class loader , InputStream-AudioStream (method) , returns an AudioStream Objet

    Doing it yourself with a small test program will often be a faster way to find a solution than posting a big program here and waiting for someone to make suggestions.
  2. [SOLVED] Re: Class loader , InputStream-AudioStream (method) , returns an AudioStream Objet

    Looks like a path problem. If your code is in a package, you have to consider that.
    Try more combinations of paths until getResourceAsStream finds the file.

    Write a small test program that gets...
  3. [SOLVED] Re: Class loader , InputStream-AudioStream (method) , returns an AudioStream Objet

    Sorry, I don't understand. What image?
    Where are you trying to get an image?

    The ImageIO class has methods for getting images.
  4. [SOLVED] Re: Class loader , InputStream-AudioStream (method) , returns an AudioStream Objet

    Find What variable on line 43 is null?
    Then back track to see why it is null.
  5. [SOLVED] Re: Class loader , InputStream-AudioStream (method) , returns an AudioStream Objet

    Where is the posted error message?
    I'm assuming that it is a scope problem for a variable?
    Move the definition of the variable to the same scope as where you are referencing it.
    Assign it an...
  6. [SOLVED] Re: Class loader , InputStream-AudioStream (method) , returns an AudioStream Objet

    Please copy and paste here the full text of the error message.
    If needed, Use printStackTrace to get the full error message.
Results 1 to 6 of 6