0

I added a mini xpath processor into my JavaME codes. I get this error: package org.kxml2.kdom does not exist

How do I fix this?

Hope someone could help me on this. Thank you in advance.

cancelledout
  • 538
  • 1
  • 10
  • 24

2 Answers2

0

It seems that you need to add the KXML jar file to your project resources.

npinti
  • 51,780
  • 5
  • 72
  • 96
0

I had the same problem and found that I needed to get kxml 1 not 2. Also, if you're using ktoolbar, put the jar or zip file (according which version you're using) in the lib file in your app

simonmorley
  • 2,810
  • 4
  • 30
  • 61
joshp1
  • 1