Hi all,
I have the following problem. I'm trying to develop application that
uses a iROS messaging engine (http://sourceforge.net/projects/iros/).
I wrote a service that connects to the server and stars listening for
incoming messages. But when i try to start the service i have this
exception in the log

DEBUG/dalvikvm(748): Exception Ljava/lang/ClassNotFoundException; from
PathClassLoader.java:205 not caught locally
DEBUG/dalvikvm(748): NOTE: loadClass
'org.apache.harmony.luni.internal.locale.ISO4CurrenciesToDigits_en_US'
0x40018950 threw an exception

for every attempt to connect the server and then i receive a message
that the service is started but not the supporting thread. I googled
for the exception and found in this mailing archive problem with the
same exception (http://groups.google.com/group/android-beginners/msg/
3e5ef77ed28b956c) and there was an explanation that may be is caused
by unsupported Winsock command  (connect) by the linux platform. So i
changed the implementation library with same that is told to be a
linux compatible (i tested it and it's working OK on Ubuntu and
windows) but the problem in android platform remains.
The big question is how to fix this problem, because the other
solution is to write my own communication module but i don't have so
much time to do that.

Thank you in advance for your replays. I'm waiting for them :)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to