ksoap and iden

M

Marc Michaels

I'm attempting to use ksoap on a Nextel i88s emulator. My code
follows:
try
{
SoapObject rpc = new SoapObject("http://myurl.com/myfunction",
"myval");
}
catch(java.lang.Throwable exception1)
{
System.out.println("Error: " + exception1);
}

which throws the following error:
java.lang.Error: Class definition not found or invalid class
file:eek:rg/ksoap/SoapObject

I've seen at http://ksoap.objectweb.org/project/faq/ that I'm supposed
to set an iDEN-Install-Class property in the JAD and manifest files.

Can someone help me with the correct syntax or tell me what class this
error is specifically referring to?

I've tried inserting:

iDEN-Install-Class-2: org.ksoap.SoapObject

in my manifest and jad settings under the "Other Attributes" section in
the MOTOROLA iDEN SDK/Emulator - Manifest/JAD editor.

I'm learning this on my own so forgive me if my procedures here look
silly.

Thanks for any help,
Marc Michaels
 
M

Marc Michaels

Forget it...I figured it out. I move the entire org tree into my
npClass and pClass folders
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top