Hi everyone,

I'm trying to adapt a third-party distributed application developed using Mina 
to work with Android. The idea is that instead of having two J2SE machines talk 
to each other, I'd like to have a J2SE machine talk to an Android application. 
The application is using serialization for the message payloads and I think 
this is behind the ClassNotFound errors produced by the DalvikVM. The 
serialized class source code is identical, but somehow unmarshalling of the 
payload returns the aforementioned ClassNotFound error together with an HexDump.

Question: is this workable or am I wasting my time? Any pointers?

Thanks a lot,

Zigor.

Reply via email to