• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with J2ME XML Parsing

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been using J2ME supported sax parser 'Sparta ' on J2ME wireless toolkit .I have been gettng no classdefFoundException.though I have already imported all the classes.
May it may be heavy fo r mobile devices i thought but sparta page says it supports J2ME
but I m not able to get pls help me out

thanks
smitesh
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you added the jar file to your classpath in the WirelessToolkit?

I am taking, you mean import as in the import statement in code, and not as adding the jar file to the classpath, which are two different things.

Mark
 
Smitesh Patel
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello Mark,

First of all thanks for reply

I have dohe all the settings and its running well on toolkit but when i m running that application on phone its stop parsing xml.

Does its require to download the parser .jar file separately on phone or
its takes .

pls help me out

thanks again
smitesh
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic