Hi Murphy, To give more information, I had put break point at
InputStream istream = yahooClient.retInputStream(); in the code snippet I had put before in this conversation. When the control hits this break point, I pressed F5 (I am using Eclipse IDE) to go into the function, but instead of going into the function, it straight aways throws NullPointerException. may be the above information too helps you in helping me. Thanks Maddy On Feb 9, 3:07 pm, Maddy <[email protected]> wrote: > Hi Murphy, > > I get the following exception when I do > > DataInputStream dis = new DataInputStream(istream); > > ------------ > catch(Exception e) > { System.err.println("Error loading resource file: "); > e.printStackTrace(); > } > ---------- > > this code is part of snippet (ChallengeResponseV10.java) I provided > before > > Thanks > > On Feb 9, 2:58 pm, Mark Murphy <[email protected]> wrote: > > > > > Maddy wrote: > > > I always get the exception and could not open the InputStream for > > > chanllenge.bin, which is must forjYMSGlibrary to work properly. > > > What is the exception? > > > -- > > Mark Murphy (a Commons Guy)http://commonsware.com > > Android Training in Sweden --http://www.sotrium.com/training.php- Hide > > quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
