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 for jYMSG library 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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to