> The Driver.class that was in the kObjects jar file was trying to access
> the filereader class. The kObject.jar is needed for ksoap to work. I
[quoted text clipped - 3 lines]
> up on it, filereader is available in CDC but not CLDC. And of course I
> am using CLDC.
Trying putting the source code for kSOAP into your project, rather than
the JAR files, and compiling them along with your application. That way,
you'll get only those classes that are directly needed and can avoid
this kind of problem in future.

Signature
Darryl L. Pierce <mcpierce@gmail.com>
Visit my homepage: http://mcpierce.multiply.com
"By doubting we come to inquiry, through inquiry truth." - Peter Abelard
Altman - 10 May 2005 14:32 GMT
I did, the kSoap project you can put the code directly into your
project. But they rely on 2 jar libraries, kXml and kObjects. These 2
libraries are only available in jar files. The kObjects jar file had a
class in it that tried to use filereader which I took out of the jar
file.