BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 05-10-2007, 04:09 PM   #1
cyberpine
Thumbs Must Hurt
 
cyberpine's Avatar
 
Join Date: May 2006
Model: 8700g
Carrier: T-mobile
Posts: 65
Default simple j2me webservice client - NoClassDefFoundError

Please Login to Remove!

I have this very simple webservice and client i developed for the phone in j2me jsr 172 using the latest version of the sun wireless toolkit. I used the wireless toolkit to create stub, compiled and tested it just fine on the emulate.

on my bb 8700g, the application installs fine and runs fine until I call the web service, i get the error:

Uncaugh exception: javalang.NoClassDeffoundError


Any idea? Should i be able to run webserices this way on the 8700g? What can I do to troubleshoot?

Thanks in Advance for any help or information!
Offline  
Old 05-11-2007, 05:13 AM   #2
hussulinux
New Member
 
Join Date: Apr 2007
Model: 8700
PIN: N/A
Carrier: dont know
Posts: 11
Default post the code

just paste ur code,

are you using some package?
Offline  
Old 05-11-2007, 06:57 AM   #3
cyberpine
Thumbs Must Hurt
 
cyberpine's Avatar
 
Join Date: May 2006
Model: 8700g
Carrier: T-mobile
Posts: 65
Default

I used the sun wireless toolkit (latest version) and its
Soap stub generator for class that handles the web service. This code works in the toolkits' emulator, but produces the error on the BB when I select this menu item.

public void commandAction(Command c, Displayable s) {
if (c == exitCommand) {
destroyApp(false);
notifyDestroyed();
}
if (c == buyCommand) {
ServiceSoap_Stub service =new ServiceSoap_Stub();
service._setProperty(ServiceSoap_Stub.SESSION_MAIN TAIN_PROPERTY, new Boolean(true));
x = service.mymethod("buying");
fillbox(x);
}
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump






Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.